Searched defs:sqlite3_pcache_page (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.h6506 ** The sqlite3_pcache_page object represents a single page in the
6513 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef in typeref:struct:sqlite3_pcache_page
6514 struct sqlite3_pcache_page { struct
6607 ** an sqlite3_pcache_page object associated with that page, or a NULL pointer.
6608 ** The pBuf element of the returned sqlite3_pcache_page object will be a
6610 ** single database page. The pExtra element of sqlite3_pcache_page will be
6687 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
6688 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard);
6689 void (*xRekey)(sqlite3_pcache*, sqlite3_pcache_page*,
[all...]
H A Dsqlite3.c6621 ** The sqlite3_pcache_page object represents a single page in the
6628 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef in typeref:struct:sqlite3_pcache_page
6629 struct sqlite3_pcache_page { struct
6722 ** an sqlite3_pcache_page object associated with that page, or a NULL pointer.
6723 ** The pBuf element of the returned sqlite3_pcache_page object will be a
6725 ** single database page. The pExtra element of sqlite3_pcache_page will be
6802 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
6803 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard);
6804 void (*xRekey)(sqlite3_pcache*, sqlite3_pcache_page*,
[all...]
/external/sqlite/dist/
H A Dsqlite3.h6506 ** The sqlite3_pcache_page object represents a single page in the
6513 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef in typeref:struct:sqlite3_pcache_page
6514 struct sqlite3_pcache_page { struct
6607 ** an sqlite3_pcache_page object associated with that page, or a NULL pointer.
6608 ** The pBuf element of the returned sqlite3_pcache_page object will be a
6610 ** single database page. The pExtra element of sqlite3_pcache_page will be
6687 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
6688 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard);
6689 void (*xRekey)(sqlite3_pcache*, sqlite3_pcache_page*,
[all...]
H A Dsqlite3.c6621 ** The sqlite3_pcache_page object represents a single page in the
6628 typedef struct sqlite3_pcache_page sqlite3_pcache_page; typedef in typeref:struct:sqlite3_pcache_page
6629 struct sqlite3_pcache_page { struct
6722 ** an sqlite3_pcache_page object associated with that page, or a NULL pointer.
6723 ** The pBuf element of the returned sqlite3_pcache_page object will be a
6725 ** single database page. The pExtra element of sqlite3_pcache_page will be
6802 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
6803 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard);
6804 void (*xRekey)(sqlite3_pcache*, sqlite3_pcache_page*,
[all...]

Completed in 2583 milliseconds