Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c37412 SQLITE_PRIVATE void sqlite3HashClear(Hash *pH){ in sqlite3HashClear()
37457 Hash *pH, /* The complete hash table */ in insertElement()
37490 static int rehash(Hash *pH, unsigned int new_size){ in rehash()
37531 const Hash *pH, /* The pH to be searched */ in findElementWithHash()
37566 Hash *pH, /* The pH containing "elem" */ in removeElement()
37599 SQLITE_PRIVATE void *sqlite3HashFind(const Hash *pH, const char *pKey){ in sqlite3HashFind()
37619 SQLITE_PRIVATE void *sqlite3HashInsert(Hash *pH, const char *pKey, void *data){ in sqlite3HashInsert()