Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c14982 static int idxHashString(const char *z, int n){ in idxHashString() function
15003 int iHash = idxHashString(zKey, nKey); in idxHashAdd()
15037 iHash = idxHashString(zKey, nKey); in idxHashFind()