Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dft_hash.c42 void HashInit(Hash *pNew, int keyClass, int copyKey){ in HashInit() argument
47 if( keyClass==HASH_POINTER || keyClass==HASH_INT ) copyKey = 0; in HashInit()
49 pNew->copyKey = copyKey; in HashInit()
73 if( pH->copyKey && elem->pKey ){ in HashClear()
304 if( pH->copyKey && elem->pKey ){ in removeElementGivenHash()
375 if( pH->copyKey && pKey!=0 ){ in HashInsert()
H A Dfts1_hash.c52 void sqlite3Fts1HashInit(fts1Hash *pNew, int keyClass, int copyKey){ in sqlite3Fts1HashInit() argument
56 pNew->copyKey = copyKey; in sqlite3Fts1HashInit()
80 if( pH->copyKey && elem->pKey ){ in sqlite3Fts1HashClear()
262 if( pH->copyKey && elem->pKey ){ in removeElementGivenHash()
338 if( pH->copyKey && pKey!=0 ){ in sqlite3Fts1HashInsert()
H A Dft_hash.h34 char copyKey; /* True if copy of key made on insert */ member
83 void HashInit(Hash*, int keytype, int copyKey);
H A Dfts1_hash.h34 char copyKey; /* True if copy of key made on insert */ member
76 void sqlite3Fts1HashInit(fts1Hash*, int keytype, int copyKey);
/sqlite-3.40.0/ext/fts3/
H A Dfts3_hash.c59 void sqlite3Fts3HashInit(Fts3Hash *pNew, char keyClass, char copyKey){ in sqlite3Fts3HashInit() argument
63 pNew->copyKey = copyKey; in sqlite3Fts3HashInit()
85 if( pH->copyKey && elem->pKey ){ in sqlite3Fts3HashClear()
270 if( pH->copyKey && elem->pKey ){ in fts3RemoveElementByHash()
363 if( pH->copyKey && pKey!=0 ){ in sqlite3Fts3HashInsert()
H A Dfts3_hash.h34 char copyKey; /* True if copy of key made on insert */ member
74 void sqlite3Fts3HashInit(Fts3Hash *pNew, char keyClass, char copyKey);
/sqlite-3.40.0/ext/fts2/
H A Dfts2_hash.c61 void sqlite3Fts2HashInit(fts2Hash *pNew, int keyClass, int copyKey){ in sqlite3Fts2HashInit() argument
65 pNew->copyKey = copyKey; in sqlite3Fts2HashInit()
87 if( pH->copyKey && elem->pKey ){ in sqlite3Fts2HashClear()
269 if( pH->copyKey && elem->pKey ){ in removeElementGivenHash()
345 if( pH->copyKey && pKey!=0 ){ in sqlite3Fts2HashInsert()
H A Dfts2_hash.h34 char copyKey; /* True if copy of key made on insert */ member
74 void sqlite3Fts2HashInit(fts2Hash*, int keytype, int copyKey);