Searched defs:fts3BinCompare (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_hash.c123 static int fts3BinCompare(const void *pKey1, int n1, const void *pKey2, int n2){ function
160 return &fts3BinCompare;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c118282 static int fts3BinCompare(const void *pKey1, int n1, const void *pKey2, int n2){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c134593 static int fts3BinCompare(const void *pKey1, int n1, const void *pKey2, int n2){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c134625 static int fts3BinCompare(const void *pKey1, int n1, const void *pKey2, int n2){ function
[all...]

Completed in 481 milliseconds