Searched refs:sqlite3_pcache_page (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile147 sqlite3_pcache_page.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h8895 ** The sqlite3_pcache_page object represents a single page in the
8902 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef in typeref:struct:sqlite3_pcache_page
8903 struct sqlite3_pcache_page { struct
8996 ** an sqlite3_pcache_page object associated with that page, or a NULL pointer.
8997 ** The pBuf element of the returned sqlite3_pcache_page object will be a
8999 ** single database page. The pExtra element of sqlite3_pcache_page will be
9076 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
9077 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard);
9078 void (*xRekey)(sqlite3_pcache*, sqlite3_pcache_page*,
[all...]
H A Dshell.c2717 static sqlite3_pcache_page *pcachetraceFetch(
2722 sqlite3_pcache_page *pRes;
2735 sqlite3_pcache_page *pPg,
2746 sqlite3_pcache_page *pPg,
H A Dsqlite3.c9208 ** The sqlite3_pcache_page object represents a single page in the
9215 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef in typeref:struct:sqlite3_pcache_page
9216 struct sqlite3_pcache_page { struct
9309 ** an sqlite3_pcache_page object associated with that page, or a NULL pointer.
9310 ** The pBuf element of the returned sqlite3_pcache_page object will be a
9312 ** single database page. The pExtra element of sqlite3_pcache_page will be
9389 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
9390 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard);
9391 void (*xRekey)(sqlite3_pcache*, sqlite3_pcache_page*,
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1738 struct sqlite3_pcache_page
1756 sqlite3_pcache_page * function(sqlite3_pcache*, uint key, int createFlag) xFetch;
1757 void function(sqlite3_pcache*, sqlite3_pcache_page*, int discard) xUnpin;
1758 void function(sqlite3_pcache*, sqlite3_pcache_page*,

Completed in 1042 milliseconds