Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.h7073 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
7074 struct sqlite3_pcache_page { struct
7075 void *pBuf; /* The content of the page */
7076 void *pExtra; /* Extra information associated with the page */
H A Dsqlite3.c7333 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
7334 struct sqlite3_pcache_page { struct
7335 void *pBuf; /* The content of the page */
7336 void *pExtra; /* Extra information associated with the page */

Completed in 525 milliseconds