Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h6722 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
6723 struct sqlite3_pcache_page { struct
6724 void *pBuf; /* The content of the page */
6725 void *pExtra; /* Extra information associated with the page */
H A Dsqlite3.c6929 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
6930 struct sqlite3_pcache_page { struct
6931 void *pBuf; /* The content of the page */
6932 void *pExtra; /* Extra information associated with the page */

Completed in 298 milliseconds