Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dtokenize.c170 h = sqliteHashNoCase(aKeywordTable[i].zName, aKeywordTable[i].len); in sqliteKeywordCode()
179 h = sqliteHashNoCase(z, n) % KEY_HASH_SIZE; in sqliteKeywordCode()
H A Dhash.c100 return sqliteHashNoCase((const char*)pKey, nKey); in strHash()
H A DsqliteInt.h1103 int sqliteHashNoCase(const char *, int);
H A Dutil.c491 int sqliteHashNoCase(const char *z, int n){ in sqliteHashNoCase() function