Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.h7431 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
7432 struct sqlite3_pcache_page { struct
7433 void *pBuf; /* The content of the page */
7434 void *pExtra; /* Extra information associated with the page */
Dsqlite3.c8455 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
8456 struct sqlite3_pcache_page { struct
8457 void *pBuf; /* The content of the page */
8458 void *pExtra; /* Extra information associated with the page */
/external/sqlite/dist/orig/
Dsqlite3.h7431 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
7432 struct sqlite3_pcache_page { struct
7433 void *pBuf; /* The content of the page */
7434 void *pExtra; /* Extra information associated with the page */
Dsqlite3.c8455 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
8456 struct sqlite3_pcache_page { struct
8457 void *pBuf; /* The content of the page */
8458 void *pExtra; /* Extra information associated with the page */