Home
last modified time | relevance | path

Searched defs:sqlite3_pcache_page (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.h8927 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
8928 struct sqlite3_pcache_page { struct
8929 void *pBuf; /* The content of the page */
8930 void *pExtra; /* Extra information associated with the page */
H A Dsqlite3.c9240 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
9241 struct sqlite3_pcache_page { struct
9242 void *pBuf; /* The content of the page */
9243 void *pExtra; /* Extra information associated with the page */