Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.h6103 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
6104 struct sqlite3_pcache_page { struct
6105 void *pBuf; /* The content of the page */
6106 void *pExtra; /* Extra information associated with the page */
Dsqlite3.c6653 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
6654 struct sqlite3_pcache_page { struct
6655 void *pBuf; /* The content of the page */
6656 void *pExtra; /* Extra information associated with the page */
/external/sqlite/dist/orig/
Dsqlite3.h6103 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
6104 struct sqlite3_pcache_page { struct
6105 void *pBuf; /* The content of the page */
6106 void *pExtra; /* Extra information associated with the page */
Dsqlite3.c6653 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
6654 struct sqlite3_pcache_page { struct
6655 void *pBuf; /* The content of the page */
6656 void *pExtra; /* Extra information associated with the page */