Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/ext/fts1/
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()
Dfts1_hash.c102 static int strCompare(const void *pKey1, int n1, const void *pKey2, int n2){ in strCompare() function
152 return &strCompare; in compareFunction()
/external/chromium_org/third_party/sqlite/src/ext/fts2/
Dfts2_hash.c107 static int strCompare(const void *pKey1, int n1, const void *pKey2, int n2){ in strCompare() function
157 return &strCompare; in compareFunction()