Lines Matching defs:copyKey
135489 char copyKey; /* True if copy of key made on insert */
135521 ** A copy of the key is made if the copyKey parameter to fts3HashInit is 1.
135529 SQLITE_PRIVATE void sqlite3Fts3HashInit(Fts3Hash *pNew, char keyClass, char copyKey);
143700 ** determines what kind of key the hash table will use. "copyKey" is
143704 SQLITE_PRIVATE void sqlite3Fts3HashInit(Fts3Hash *pNew, char keyClass, char copyKey){
143708 pNew->copyKey = copyKey;
143730 if( pH->copyKey && elem->pKey ){
143915 if( pH->copyKey && elem->pKey ){
143959 ** element is created. A copy of the key is made if the copyKey
144008 if( pH->copyKey && pKey!=0 ){