Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1738 struct sqlite3_pcache_page struct
1756 sqlite3_pcache_page * function(sqlite3_pcache*, uint key, int createFlag) xFetch; argument
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h8902 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
8903 struct sqlite3_pcache_page { struct
8904 void *pBuf; /* The content of the page */
8905 void *pExtra; /* Extra information associated with the page */
H A Dsqlite3.c9215 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef
9216 struct sqlite3_pcache_page { struct
9217 void *pBuf; /* The content of the page */
9218 void *pExtra; /* Extra information associated with the page */