Public Attributes | List of all members
sqlite3_pcache_methods Struct Reference

#include <sqlite3.h>

Public Attributes

void * pArg
 
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 6640 of file sqlite3.c.

Member Data Documentation

void * sqlite3_pcache_methods::pArg

Definition at line 6641 of file sqlite3.c.

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

Definition at line 6645 of file sqlite3.c.

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

Definition at line 6644 of file sqlite3.c.

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

Definition at line 6651 of file sqlite3.c.

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

Definition at line 6647 of file sqlite3.c.

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

Definition at line 6642 of file sqlite3.c.

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

Definition at line 6646 of file sqlite3.c.

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

Definition at line 6649 of file sqlite3.c.

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

Definition at line 6643 of file sqlite3.c.

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

Definition at line 6650 of file sqlite3.c.

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

Definition at line 6648 of file sqlite3.c.


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


rtabmap
Author(s): Mathieu Labbe
autogenerated on Wed Jun 5 2019 22:43:42