Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c37411 SQLITE_PRIVATE void sqlite3HashClear(Hash *pH){ in sqlite3HashClear()
37456 Hash *pH, /* The complete hash table */ in insertElement()
37489 static int rehash(Hash *pH, unsigned int new_size){ in rehash()
37530 const Hash *pH, /* The pH to be searched */ in findElementWithHash()
37565 Hash *pH, /* The pH containing "elem" */ in removeElement()
37598 SQLITE_PRIVATE void *sqlite3HashFind(const Hash *pH, const char *pKey){ in sqlite3HashFind()
37618 SQLITE_PRIVATE void *sqlite3HashInsert(Hash *pH, const char *pKey, void *data){ in sqlite3HashInsert()