Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.h7884 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
7885 struct sqlite3_pcache_page { struct
7886 void *pBuf; /* The content of the page */
7887 void *pExtra; /* Extra information associated with the page */
H A Dsqlite3.c8923 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
8924 struct sqlite3_pcache_page { struct
8925 void *pBuf; /* The content of the page */
8926 void *pExtra; /* Extra information associated with the page */

Completed in 763 milliseconds