Public Attributes | List of all members
sqlite3_pcache_methods2 Struct Reference

#include <sqlite3.h>

Public Attributes

int iVersion
 
voidpArg
 
void(* xCachesize )(sqlite3_pcache *, int nCachesize)
 
sqlite3_pcache *(* xCreate )(int szPage, int szExtra, int bPurgeable)
 
void(* xDestroy )(sqlite3_pcache *)
 
sqlite3_pcache_page *(* xFetch )(sqlite3_pcache *, unsigned key, int createFlag)
 
int(* xInit )(void *)
 
int(* xPagecount )(sqlite3_pcache *)
 
void(* xRekey )(sqlite3_pcache *, sqlite3_pcache_page *, unsigned oldKey, unsigned newKey)
 
void(* xShrink )(sqlite3_pcache *)
 
void(* xShutdown )(void *)
 
void(* xTruncate )(sqlite3_pcache *, unsigned iLimit)
 
void(* xUnpin )(sqlite3_pcache *, sqlite3_pcache_page *, int discard)
 

Detailed Description

Definition at line 7336 of file sqlite3.c.

Member Data Documentation

int sqlite3_pcache_methods2::iVersion

Definition at line 7337 of file sqlite3.c.

void * sqlite3_pcache_methods2::pArg

Definition at line 7338 of file sqlite3.c.

void(* sqlite3_pcache_methods2::xCachesize)(sqlite3_pcache *, int nCachesize)

Definition at line 7342 of file sqlite3.c.

sqlite3_pcache *(* sqlite3_pcache_methods2::xCreate)(int szPage, int szExtra, int bPurgeable)

Definition at line 7341 of file sqlite3.c.

void(* sqlite3_pcache_methods2::xDestroy)(sqlite3_pcache *)

Definition at line 7349 of file sqlite3.c.

sqlite3_pcache_page *(* sqlite3_pcache_methods2::xFetch)(sqlite3_pcache *, unsigned key, int createFlag)

Definition at line 7344 of file sqlite3.c.

int(* sqlite3_pcache_methods2::xInit)(void *)

Definition at line 7339 of file sqlite3.c.

int(* sqlite3_pcache_methods2::xPagecount)(sqlite3_pcache *)

Definition at line 7343 of file sqlite3.c.

void(* sqlite3_pcache_methods2::xRekey)(sqlite3_pcache *, sqlite3_pcache_page *, unsigned oldKey, unsigned newKey)

Definition at line 7346 of file sqlite3.c.

void(* sqlite3_pcache_methods2::xShrink)(sqlite3_pcache *)

Definition at line 7350 of file sqlite3.c.

void(* sqlite3_pcache_methods2::xShutdown)(void *)

Definition at line 7340 of file sqlite3.c.

void(* sqlite3_pcache_methods2::xTruncate)(sqlite3_pcache *, unsigned iLimit)

Definition at line 7348 of file sqlite3.c.

void(* sqlite3_pcache_methods2::xUnpin)(sqlite3_pcache *, sqlite3_pcache_page *, int discard)

Definition at line 7345 of file sqlite3.c.


The documentation for this struct was generated from the following files:


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:32