Searched defs:BTREE_UNORDERED (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.h62 #define BTREE_UNORDERED 16 /* Use of a hash implementation is OK */ macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7688 #define BTREE_UNORDERED 16 /* Use of a hash implementation is OK */ macro
12272 Bool isOrdered; /* True if the underlying table is BTREE_UNORDERED */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8893 #define BTREE_UNORDERED 8 /* Use of a hash implementation is OK */ macro
13939 Bool isOrdered:1; /* True if the underlying table is BTREE_UNORDERED */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8893 #define BTREE_UNORDERED 8 /* Use of a hash implementation is OK */ macro
13939 Bool isOrdered:1; /* True if the underlying table is BTREE_UNORDERED */
[all...]

Completed in 1273 milliseconds