Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dhash.c35 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 Dtest_demovfs.c573 static void (*demoDlSym(sqlite3_vfs *pVfs, void *pH, const char *z))(void){ in demoDlSym()
H A Dtest_onefile.c777 static void (*fsDlSym(sqlite3_vfs *pVfs, void *pH, const char *zSym))(void){ in fsDlSym()
H A Dtest6.c695 static void (*cfDlSym(sqlite3_vfs *pCfVfs, void *pH, const char *zSym))(void){ in cfDlSym()
H A Dos_win.c5825 static void (*winDlSym(sqlite3_vfs *pVfs,void *pH,const char *zSym))(void){
H A Dwhere.c3909 HiddenIndexInfo *pH = (HiddenIndexInfo*)&pIdxInfo[1]; in sqlite3_vtab_rhs_value() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_hash.c74 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 Dft_hash.c62 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 Dfts1_hash.c69 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 Dfts2_hash.c76 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()