Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/expert/
H A Dsqlite3expert.c216 static int idxHashString(const char *z, int n){ in idxHashString() function
237 int iHash = idxHashString(zKey, nKey); in idxHashAdd()
271 iHash = idxHashString(zKey, nKey); in idxHashFind()