OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
46727
u8
sharable
; \/* True if we can share pBt with another db *\/
member in struct:Btree
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
48785
u8
sharable
; \/* True if we can share pBt with another db *\/
member in struct:Btree
[
all
...]
/external/sqlite/dist/
sqlite3.c
48813
u8
sharable
; \/* True if we can share pBt with another db *\/
member in struct:Btree
[
all
...]
Completed in 392 milliseconds