HomeSort by relevance Sort by last modified time
    Searched defs:Btree (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
btree.h 39 typedef struct Btree 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...]
btreeInt.h 36 ** BTrees. Each BTree is identified by the index of its root page. The
50 ** Each page can be either a btree page, a freelist page, an overflow
53 ** The first page is always a btree page. The first 100 bytes of the first
105 ** Each btree pages is divided into three sections: The header, the
135 ** The flags define the format of this btree page. The leaf flag means that
186 ** bytes of key and data in a btree cell.
252 ** first byte of on-disk image of every BTree page.
265 ** walk up the BTree from any leaf to the root. Care must be taken to
308 ** a btree handle is closed.
311 Btree *pBtree; /* Btree handle holding this lock *
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 873 milliseconds