Searched defs:Pager (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dpager.h36 ** Each open file is managed by a separate instance of the "Pager" structure.
38 typedef struct Pager Pager; typedef in typeref:struct:Pager
84 ** that make up the Pager sub-system API. See source code comments for
88 /* Open and close a Pager connection. */
91 Pager **ppPager,
98 int sqlite3PagerClose(Pager *pPager);
99 int sqlite3PagerReadFileheader(Pager*, int, unsigned char*);
101 /* Functions used to configure a Pager object. */
102 void sqlite3PagerSetBusyhandler(Pager*, in
[all...]
H A Dpager.c127 ** PAGERID() takes a pointer to a Pager struct as its argument. The
135 ** The Pager.eState variable stores the current 'state' of a pager. A
332 ** * The Pager.errCode variable is set to something other than SQLITE_OK.
360 ** The Pager.eLock variable is almost always set to one of the
371 ** VFS call is successful. This way, the Pager.eLock variable may be set
396 ** database in the ERROR state, Pager.eLock is set to UNKNOWN_LOCK. It
399 ** omits the check for a hot-journal if Pager.eLock is set to UNKNOWN_LOCK
404 ** Pager.eLock may only be set to UNKNOWN_LOCK when the pager is in
434 ** are stored in the Pager.aSavepoint[] array, which is allocated and
457 ** A open page cache is an instance of struct Pager
610 struct Pager { struct
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c4824 ** CAPI3REF: Enable Or Disable Shared Pager Cache
7802 SQLITE_PRIVATE struct Pager *sqlite3BtreePager(Btree*);
8327 ** Each open file is managed by a separate instance of the "Pager" structure.
8329 typedef struct Pager Pager; typedef in typeref:struct:Pager
8375 ** that make up the Pager sub-system API. See source code comments for
8379 /* Open and close a Pager connection. */
8382 Pager **ppPager,
8389 SQLITE_PRIVATE int sqlite3PagerClose(Pager *pPager);
8390 SQLITE_PRIVATE int sqlite3PagerReadFileheader(Pager*, in
37040 struct Pager { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c5075 ** CAPI3REF: Enable Or Disable Shared Pager Cache
9021 SQLITE_PRIVATE struct Pager *sqlite3BtreePager(Btree*);
9615 ** Each open file is managed by a separate instance of the "Pager" structure.
9617 typedef struct Pager Pager; typedef in typeref:struct:Pager
9680 ** that make up the Pager sub-system API. See source code comments for
9684 /* Open and close a Pager connection. */
9687 Pager **ppPager,
9694 SQLITE_PRIVATE int sqlite3PagerClose(Pager *pPager);
9695 SQLITE_PRIVATE int sqlite3PagerReadFileheader(Pager*, in
40865 struct Pager { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c5075 ** CAPI3REF: Enable Or Disable Shared Pager Cache
9021 SQLITE_PRIVATE struct Pager *sqlite3BtreePager(Btree*);
9615 ** Each open file is managed by a separate instance of the "Pager" structure.
9617 typedef struct Pager Pager; typedef in typeref:struct:Pager
9680 ** that make up the Pager sub-system API. See source code comments for
9684 /* Open and close a Pager connection. */
9687 Pager **ppPager,
9694 SQLITE_PRIVATE int sqlite3PagerClose(Pager *pPager);
9695 SQLITE_PRIVATE int sqlite3PagerReadFileheader(Pager*, in
40885 struct Pager { struct
[all...]

Completed in 2327 milliseconds