Home
last modified time | relevance | path

Searched defs:copyKey (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/ext/fts2/
H A Dfts2_hash.h34 char copyKey; /* True if copy of key made on insert */ member
H A Dfts2_hash.c61 void sqlite3Fts2HashInit(fts2Hash *pNew, int keyClass, int copyKey){ in sqlite3Fts2HashInit()
/sqlite-3.40.0/ext/fts1/
H A Dft_hash.h34 char copyKey; /* True if copy of key made on insert */ member
H A Dfts1_hash.h34 char copyKey; /* True if copy of key made on insert */ member
H A Dft_hash.c42 void HashInit(Hash *pNew, int keyClass, int copyKey){ in HashInit()
H A Dfts1_hash.c52 void sqlite3Fts1HashInit(fts1Hash *pNew, int keyClass, int copyKey){ in sqlite3Fts1HashInit()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_hash.h34 char copyKey; /* True if copy of key made on insert */ member
H A Dfts3_hash.c59 void sqlite3Fts3HashInit(Fts3Hash *pNew, char keyClass, char copyKey){ in sqlite3Fts3HashInit()