Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dft_hash.c130 static int binHash(const void *pKey, int nKey){ in binHash() function
161 case HASH_BINARY: return &binHash;; in hashFunction()
170 return &binHash; in hashFunction()
H A Dfts1_hash.c110 static int binHash(const void *pKey, int nKey){ in binHash() function
140 return &binHash; in hashFunction()
/sqlite-3.40.0/ext/fts2/
H A Dfts2_hash.c117 static int binHash(const void *pKey, int nKey){ in binHash() function
147 return &binHash; in hashFunction()