Public Attributes | List of all members
sqlite3_pcache_methods Struct Reference

#include <sqlite3.h>

Public Attributes

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

Detailed Description

Definition at line 7359 of file sqlite3.c.

Member Data Documentation

void * sqlite3_pcache_methods::pArg

Definition at line 7360 of file sqlite3.c.

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

Definition at line 7364 of file sqlite3.c.

sqlite3_pcache *(* sqlite3_pcache_methods::xCreate)(int szPage, int bPurgeable)

Definition at line 7363 of file sqlite3.c.

void(* sqlite3_pcache_methods::xDestroy)(sqlite3_pcache *)

Definition at line 7370 of file sqlite3.c.

void *(* sqlite3_pcache_methods::xFetch)(sqlite3_pcache *, unsigned key, int createFlag)

Definition at line 7366 of file sqlite3.c.

int(* sqlite3_pcache_methods::xInit)(void *)

Definition at line 7361 of file sqlite3.c.

int(* sqlite3_pcache_methods::xPagecount)(sqlite3_pcache *)

Definition at line 7365 of file sqlite3.c.

void(* sqlite3_pcache_methods::xRekey)(sqlite3_pcache *, void *, unsigned oldKey, unsigned newKey)

Definition at line 7368 of file sqlite3.c.

void(* sqlite3_pcache_methods::xShutdown)(void *)

Definition at line 7362 of file sqlite3.c.

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

Definition at line 7369 of file sqlite3.c.

void(* sqlite3_pcache_methods::xUnpin)(sqlite3_pcache *, void *, int discard)

Definition at line 7367 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