Home
last modified time | relevance | path

Searched refs:HASH_STRING (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/fts1/
H A Dft_hash.c44 assert( keyClass>=HASH_STRING && keyClass<=HASH_BINARY ); in HashInit()
160 case HASH_STRING: return &strHash; in hashFunction()
166 if( keyClass==HASH_STRING ){ in hashFunction()
186 case HASH_STRING: return &strCompare; in compareFunction()
192 if( keyClass==HASH_STRING ){ in compareFunction()
H A Dft_hash.h77 #define HASH_STRING 3 macro
H A Dfulltext.c1311 HashInit(terms, HASH_STRING, 1); in build_terms()