Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dft_hash.c122 static int strCompare(const void *pKey1, int n1, const void *pKey2, int n2){ in strCompare() function
186 case HASH_STRING: return &strCompare; in compareFunction()
193 return &strCompare; in compareFunction()
H A Dfts1_hash.c102 static int strCompare(const void *pKey1, int n1, const void *pKey2, int n2){ in strCompare() function
152 return &strCompare; in compareFunction()
/sqlite-3.40.0/ext/fts2/
H A Dfts2_hash.c109 static int strCompare(const void *pKey1, int n1, const void *pKey2, int n2){ in strCompare() function
159 return &strCompare; in compareFunction()