Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtokenize.c167 h = sqliteHashNoCase(aKeywordTable[i].zName, aKeywordTable[i].len); in sqliteKeywordCode()
176 h = sqliteHashNoCase(z, n) % KEY_HASH_SIZE; in sqliteKeywordCode()
H A Dhash.c97 return sqliteHashNoCase((const char*)pKey, nKey); in strHash()
H A DsqliteInt.h1100 int sqliteHashNoCase(const char *, int);
H A Dutil.c488 int sqliteHashNoCase(const char *z, int n){ in sqliteHashNoCase() function