HomeSort by relevance Sort by last modified time
    Searched refs:binCompare (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
ft_hash.c 138 static int binCompare(const void *pKey1, int n1, const void *pKey2, int n2){
187 case HASH_BINARY: return &binCompare;
196 return &binCompare;
fts1_hash.c 118 static int binCompare(const void *pKey1, int n1, const void *pKey2, int n2){
155 return &binCompare;
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_hash.c 123 static int binCompare(const void *pKey1, int n1, const void *pKey2, int n2){
160 return &binCompare;

Completed in 110 milliseconds