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

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
ft_hash.h 34 char copyKey; /* True if copy of key made on insert */
73 ** if the copyKey parameter to HashInit is 1.
83 void HashInit(Hash*, int keytype, int copyKey);
fts1_hash.h 34 char copyKey; /* True if copy of key made on insert */
68 ** A copy of the key is made if the copyKey parameter to fts1HashInit is 1.
76 void sqlite3Fts1HashInit(fts1Hash*, int keytype, int copyKey);
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_hash.h 34 char copyKey; /* True if copy of key made on insert */
66 ** A copy of the key is made if the copyKey parameter to fts2HashInit is 1.
74 void sqlite3Fts2HashInit(fts2Hash*, int keytype, int copyKey);
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_hash.h 34 char copyKey; /* True if copy of key made on insert */
66 ** A copy of the key is made if the copyKey parameter to fts3HashInit is 1.
74 void sqlite3Fts3HashInit(Fts3Hash *pNew, char keyClass, char copyKey);
  /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 2017 milliseconds