Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h8547 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
8548 struct sqlite3_pcache_page { struct
8549 void *pBuf; /* The content of the page */
8550 void *pExtra; /* Extra information associated with the page */
/third_party/sqlite/src/
Dsqlite3.c8860 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
8861 struct sqlite3_pcache_page { struct
8862 void *pBuf; /* The content of the page */
8863 void *pExtra; /* Extra information associated with the page */