Home
last modified time | relevance | path

Searched defs:pH (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libsqlite/src/
H A Dhash.c51 void sqliteHashClear(Hash *pH){ in sqliteHashClear()
168 static void rehash(Hash *pH, int new_size){ in rehash()
207 const Hash *pH, /* The pH to be searched */ in findElementGivenHash()
234 Hash *pH, /* The pH containing "elem" */ in removeElementGivenHash()
264 void *sqliteHashFind(const Hash *pH, const void *pKey, int nKey){ in sqliteHashFind()
293 void *sqliteHashInsert(Hash *pH, const void *pKey, int nKey, void *data){ in sqliteHashInsert()