Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
sqlite3_pcache_methods2 Struct Reference

#include <sqlite3.h>

Data Fields

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

Detailed Description

Definition at line 9491 of file sqlite3.c.

Field Documentation

◆ iVersion

int sqlite3_pcache_methods2::iVersion

Definition at line 9492 of file sqlite3.c.

◆ pArg

void * sqlite3_pcache_methods2::pArg

Definition at line 9493 of file sqlite3.c.

◆ xCachesize

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

Definition at line 9497 of file sqlite3.c.

◆ xCreate

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

Definition at line 9496 of file sqlite3.c.

◆ xDestroy

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

Definition at line 9504 of file sqlite3.c.

◆ xFetch

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

Definition at line 9499 of file sqlite3.c.

◆ xInit

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

Definition at line 9494 of file sqlite3.c.

◆ xPagecount

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

Definition at line 9498 of file sqlite3.c.

◆ xRekey

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

Definition at line 9501 of file sqlite3.c.

◆ xShrink

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

Definition at line 9505 of file sqlite3.c.

◆ xShutdown

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

Definition at line 9495 of file sqlite3.c.

◆ xTruncate

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

Definition at line 9503 of file sqlite3.c.

◆ xUnpin

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

Definition at line 9500 of file sqlite3.c.


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