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

  /external/chromium_org/third_party/sqlite/src/src/
btreeInt.h 344 BtShared *pBt; /* Sharable content of this btree */
346 u8 sharable; /* True if we can share pBt with another db */ member in struct:Btree
350 Btree *pNext; /* List of other sharable Btrees from the same db */
433 BtShared *pNext; /* Next on a list of sharable BtShared structs */
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 46548 u8 sharable; \/* True if we can share pBt with another db *\/ member in struct:Btree
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 50944 u8 sharable; \/* True if we can share pBt with another db *\/ member in struct:Btree
    [all...]