Public Attributes
sqlite3_pcache_methods Struct Reference

#include <sqlite3.h>

List of all members.

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

Definition at line 6641 of file sqlite3.c.

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.

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.

Definition at line 6642 of file sqlite3.c.

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.

Definition at line 6643 of file sqlite3.c.

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 Thu Jun 6 2019 21:59:39