Searched defs:pH (Results 1 – 1 of 1) sorted by relevance
| /external/sqlite/dist/ |
| D | sqlite3.c | 17017 SQLITE_PRIVATE void sqlite3HashClear(Hash *pH){ in sqlite3HashClear() 17159 Hash *pH, /* The complete hash table */ in insertElement() 17186 static void rehash(Hash *pH, int new_size){ in rehash() 17224 const Hash *pH, /* The pH to be searched */ in findElementGivenHash() 17252 Hash *pH, /* The pH containing "elem" */ in removeElementGivenHash() 17290 SQLITE_PRIVATE HashElem *sqlite3HashFindElem(const Hash *pH, const void *pKey, int nKey){ in sqlite3HashFindElem() 17307 SQLITE_PRIVATE void *sqlite3HashFind(const Hash *pH, const void *pKey, int nKey){ in sqlite3HashFind() 17328 SQLITE_PRIVATE void *sqlite3HashInsert(Hash *pH, const void *pKey, int nKey, void *data){ in sqlite3HashInsert() 85747 SQLITE_PRIVATE void sqlite3Fts3HashClear(fts3Hash *pH){ in sqlite3Fts3HashClear() 85840 fts3Hash *pH, /* The complete hash table */ in fts3HashInsertElement() [all …]
|