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

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.h39 typedef struct Btree Btree; typedef in typeref:struct:Btree
47 Btree **ppBtree, /* Return open Btree* here */
64 int sqlite3BtreeClose(Btree*);
65 int sqlite3BtreeSetCacheSize(Btree*,int);
66 int sqlite3BtreeSetSafetyLevel(Btree*,int,int,int);
67 int sqlite3BtreeSyncDisabled(Btree*);
68 int sqlite3BtreeSetPageSize(Btree *p, int nPagesize, int nReserve, int eFix);
69 int sqlite3BtreeGetPageSize(Btree*);
[all...]
H A DbtreeInt.h311 Btree *pBtree; /* Btree handle holding this lock */
321 /* A Btree handle
338 ** in the referenced BtShared that point back to this Btree since those
339 ** cursors have to go through this Btree to find their BtShared and
342 struct Btree { struct
350 Btree *pNext; /* List of other sharable Btrees from the same db */
351 Btree *pPrev; /* Back pointer of the same list */
358 ** Btree.inTrans may take one of the following values.
361 ** of the Btree structur
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7680 typedef struct Btree Btree; typedef in typeref:struct:Btree
7688 Btree **ppBtree, /* Return open Btree* here */
7705 SQLITE_PRIVATE int sqlite3BtreeClose(Btree*);
7706 SQLITE_PRIVATE int sqlite3BtreeSetCacheSize(Btree*,int);
7707 SQLITE_PRIVATE int sqlite3BtreeSetSafetyLevel(Btree*,int,int,int);
7708 SQLITE_PRIVATE int sqlite3BtreeSyncDisabled(Btree*);
7709 SQLITE_PRIVATE int sqlite3BtreeSetPageSize(Btree *p, int nPagesize, int nReserve, int eFix);
7710 SQLITE_PRIVATE int sqlite3BtreeGetPageSize(Btree*);
46723 struct Btree { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8213 typedef struct Btree Btree; typedef in typeref:struct:Btree
8222 Btree **ppBtree, /* Return open Btree* here */
8238 SQLITE_PRIVATE int sqlite3BtreeClose(Btree*);
8239 SQLITE_PRIVATE int sqlite3BtreeSetCacheSize(Btree*,int);
8240 SQLITE_PRIVATE int sqlite3BtreeSetSafetyLevel(Btree*,int,int,int);
8241 SQLITE_PRIVATE int sqlite3BtreeSyncDisabled(Btree*);
8242 SQLITE_PRIVATE int sqlite3BtreeSetPageSize(Btree *p, int nPagesize, int nReserve, int eFix);
8243 SQLITE_PRIVATE int sqlite3BtreeGetPageSize(Btree*);
48781 struct Btree { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8213 typedef struct Btree Btree; typedef in typeref:struct:Btree
8222 Btree **ppBtree, /* Return open Btree* here */
8238 SQLITE_PRIVATE int sqlite3BtreeClose(Btree*);
8239 SQLITE_PRIVATE int sqlite3BtreeSetCacheSize(Btree*,int);
8240 SQLITE_PRIVATE int sqlite3BtreeSetSafetyLevel(Btree*,int,int,int);
8241 SQLITE_PRIVATE int sqlite3BtreeSyncDisabled(Btree*);
8242 SQLITE_PRIVATE int sqlite3BtreeSetPageSize(Btree *p, int nPagesize, int nReserve, int eFix);
8243 SQLITE_PRIVATE int sqlite3BtreeGetPageSize(Btree*);
48809 struct Btree { struct
[all...]

Completed in 363 milliseconds