Searched refs:copyKey (Results 1 – 8 of 8) sorted by relevance
| /sqlite-3.40.0/ext/fts1/ |
| H A D | ft_hash.c | 42 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 D | fts1_hash.c | 52 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 D | ft_hash.h | 34 char copyKey; /* True if copy of key made on insert */ member 83 void HashInit(Hash*, int keytype, int copyKey);
|
| H A D | fts1_hash.h | 34 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 D | fts3_hash.c | 59 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 D | fts3_hash.h | 34 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 D | fts2_hash.c | 61 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 D | fts2_hash.h | 34 char copyKey; /* True if copy of key made on insert */ member 74 void sqlite3Fts2HashInit(fts2Hash*, int keytype, int copyKey);
|