Searched refs:sqlite3_pcache_page (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h8337 ** The sqlite3_pcache_page object represents a single page in the
8344 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef in typeref:struct:sqlite3_pcache_page
8345 struct sqlite3_pcache_page { struct
8438 ** an sqlite3_pcache_page object associated with that page, or a NULL pointer.
8439 ** The pBuf element of the returned sqlite3_pcache_page object will be a
8441 ** single database page. The pExtra element of sqlite3_pcache_page will be
8518 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
8519 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard);
8520 void (*xRekey)(sqlite3_pcache*, sqlite3_pcache_page*,
[all...]
H A Dsqlite3.c9400 ** The sqlite3_pcache_page object represents a single page in the
9407 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef in typeref:struct:sqlite3_pcache_page
9408 struct sqlite3_pcache_page { struct
9501 ** an sqlite3_pcache_page object associated with that page, or a NULL pointer.
9502 ** The pBuf element of the returned sqlite3_pcache_page object will be a
9504 ** single database page. The pExtra element of sqlite3_pcache_page will be
9581 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
9582 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard);
9583 void (*xRekey)(sqlite3_pcache*, sqlite3_pcache_page*,
[all...]

Completed in 609 milliseconds