Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c12053 static int idxHashString(const char *z, int n){ in idxHashString() function
12074 int iHash = idxHashString(zKey, nKey); in idxHashAdd()
12108 iHash = idxHashString(zKey, nKey); in idxHashFind()