Searched defs:pH (Results 1 – 10 of 10) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | hash.c | 35 void sqlite3HashClear(Hash *pH){ in sqlite3HashClear() 73 Hash *pH, /* The complete hash table */ in insertElement() 106 static int rehash(Hash *pH, unsigned int new_size){ in rehash() 148 const Hash *pH, /* The pH to be searched */ in findElementWithHash() 183 Hash *pH, /* The pH containing "elem" */ in removeElementGivenHash() 217 void *sqlite3HashFind(const Hash *pH, const char *pKey){ in sqlite3HashFind() 237 void *sqlite3HashInsert(Hash *pH, const char *pKey, void *data){ in sqlite3HashInsert()
|
| H A D | test_demovfs.c | 573 static void (*demoDlSym(sqlite3_vfs *pVfs, void *pH, const char *z))(void){ in demoDlSym()
|
| H A D | test_onefile.c | 777 static void (*fsDlSym(sqlite3_vfs *pVfs, void *pH, const char *zSym))(void){ in fsDlSym()
|
| H A D | test6.c | 695 static void (*cfDlSym(sqlite3_vfs *pCfVfs, void *pH, const char *zSym))(void){ in cfDlSym()
|
| H A D | os_win.c | 5825 static void (*winDlSym(sqlite3_vfs *pVfs,void *pH,const char *zSym))(void){
|
| H A D | where.c | 3909 HiddenIndexInfo *pH = (HiddenIndexInfo*)&pIdxInfo[1]; in sqlite3_vtab_rhs_value() local
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_hash.c | 74 void sqlite3Fts3HashClear(Fts3Hash *pH){ in sqlite3Fts3HashClear() 167 Fts3Hash *pH, /* The complete hash table */ in fts3HashInsertElement() 196 static int fts3Rehash(Fts3Hash *pH, int new_size){ in fts3Rehash() 221 const Fts3Hash *pH, /* The pH to be searched */ in fts3FindElementByHash() 249 Fts3Hash *pH, /* The pH containing "elem" */ in fts3RemoveElementByHash() 283 const Fts3Hash *pH, in sqlite3Fts3HashFindElem() 303 void *sqlite3Fts3HashFind(const Fts3Hash *pH, const void *pKey, int nKey){ in sqlite3Fts3HashFind() 326 Fts3Hash *pH, /* The hash table to insert into */ in sqlite3Fts3HashInsert()
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | ft_hash.c | 62 void HashClear(Hash *pH){ in HashClear() 204 Hash *pH, /* The complete hash table */ in insertElement() 231 static void rehash(Hash *pH, int new_size){ in rehash() 255 const Hash *pH, /* The pH to be searched */ in findElementGivenHash() 283 Hash *pH, /* The pH containing "elem" */ in removeElementGivenHash() 320 void *HashFind(const Hash *pH, const void *pKey, int nKey){ in HashFind() 349 void *HashInsert(Hash *pH, const void *pKey, int nKey, void *data){ in HashInsert()
|
| H A D | fts1_hash.c | 69 void sqlite3Fts1HashClear(fts1Hash *pH){ in sqlite3Fts1HashClear() 162 fts1Hash *pH, /* The complete hash table */ in insertElement() 189 static void rehash(fts1Hash *pH, int new_size){ in rehash() 213 const fts1Hash *pH, /* The pH to be searched */ in findElementGivenHash() 241 fts1Hash *pH, /* The pH containing "elem" */ in removeElementGivenHash() 278 void *sqlite3Fts1HashFind(const fts1Hash *pH, const void *pKey, int nKey){ in sqlite3Fts1HashFind() 308 fts1Hash *pH, /* The hash table to insert into */ in sqlite3Fts1HashInsert()
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2_hash.c | 76 void sqlite3Fts2HashClear(fts2Hash *pH){ in sqlite3Fts2HashClear() 169 fts2Hash *pH, /* The complete hash table */ in insertElement() 196 static void rehash(fts2Hash *pH, int new_size){ in rehash() 220 const fts2Hash *pH, /* The pH to be searched */ in findElementGivenHash() 248 fts2Hash *pH, /* The pH containing "elem" */ in removeElementGivenHash() 285 void *sqlite3Fts2HashFind(const fts2Hash *pH, const void *pKey, int nKey){ in sqlite3Fts2HashFind() 315 fts2Hash *pH, /* The hash table to insert into */ in sqlite3Fts2HashInsert()
|