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

  /external/chromium_org/third_party/sqlite/src/src/
btree.h 100 ** Every SQLite table must have either BTREE_INTKEY or BTREE_BLOBKEY set.
103 ** BTREE_BLOBKEY, the key is an arbitrary BLOB and no content is stored
104 ** anywhere - the key is the content. (BTREE_BLOBKEY is used for SQL
108 #define BTREE_BLOBKEY 2 /* Table has keys only - no data */
  /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 106 milliseconds