Searched refs:binCompare (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dft_hash.c138 static int binCompare(const void *pKey1, int n1, const void *pKey2, int n2){ function
187 case HASH_BINARY: return &binCompare;
196 return &binCompare;
H A Dfts1_hash.c118 static int binCompare(const void *pKey1, int n1, const void *pKey2, int n2){ function
155 return &binCompare;
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_hash.c123 static int binCompare(const void *pKey1, int n1, const void *pKey2, int n2){ function
160 return &binCompare;

Completed in 108 milliseconds