Searched refs:ht (Results 1 – 16 of 16) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | hash.c | 28 pNew->ht = 0; in sqlite3HashInit() 41 sqlite3_free(pH->ht); in sqlite3HashClear() 42 pH->ht = 0; in sqlite3HashClear() 130 sqlite3_free(pH->ht); in rehash() 131 pH->ht = new_ht; in rehash() 157 if( pH->ht ){ /*OPTIMIZATION-IF-TRUE*/ in findElementWithHash() 160 pEntry = &pH->ht[h]; in findElementWithHash() 196 if( pH->ht ){ in removeElementGivenHash() 197 pEntry = &pH->ht[h]; in removeElementGivenHash() 267 insertElement(pH, pH->ht ? &pH->ht[h] : 0, new_elem); in sqlite3HashInsert()
|
| H A D | status.c | 307 nByte += sqlite3_msize(pSchema->tblHash.ht); in sqlite3_db_status() 308 nByte += sqlite3_msize(pSchema->trigHash.ht); in sqlite3_db_status() 309 nByte += sqlite3_msize(pSchema->idxHash.ht); in sqlite3_db_status() 310 nByte += sqlite3_msize(pSchema->fkeyHash.ht); in sqlite3_db_status()
|
| H A D | hash.h | 50 } *ht; member
|
| H A D | select.c | 2177 Hash ht; /* Hash table of column names */ in sqlite3ColumnsFromExprList() local 2180 sqlite3HashInit(&ht); in sqlite3ColumnsFromExprList() 2234 while( zName && (pCollide = sqlite3HashFind(&ht, zName))!=0 ){ in sqlite3ColumnsFromExprList() 2252 if( zName && sqlite3HashInsert(&ht, zName, pX)==pX ){ in sqlite3ColumnsFromExprList() 2256 sqlite3HashClear(&ht); in sqlite3ColumnsFromExprList()
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | ft_hash.c | 53 pNew->ht = 0; in HashInit() 68 if( pH->ht ) pH->xFree(pH->ht); in HashClear() 69 pH->ht = 0; in HashClear() 239 if( pH->ht ) pH->xFree(pH->ht); in rehash() 240 pH->ht = new_ht; in rehash() 264 if( pH->ht ){ in findElementGivenHash() 265 struct _ht *pEntry = &pH->ht[h]; in findElementGivenHash() 296 pEntry = &pH->ht[h]; in removeElementGivenHash() 325 if( pH==0 || pH->ht==0 ) return 0; in HashFind() 401 insertElement(pH, &pH->ht[h], new_elem); in HashInsert()
|
| H A D | fts1_hash.c | 60 pNew->ht = 0; in sqlite3Fts1HashInit() 75 if( pH->ht ) pH->xFree(pH->ht); in sqlite3Fts1HashClear() 76 pH->ht = 0; in sqlite3Fts1HashClear() 197 if( pH->ht ) pH->xFree(pH->ht); in rehash() 198 pH->ht = new_ht; in rehash() 222 if( pH->ht ){ in findElementGivenHash() 223 struct _fts1ht *pEntry = &pH->ht[h]; in findElementGivenHash() 254 pEntry = &pH->ht[h]; in removeElementGivenHash() 283 if( pH==0 || pH->ht==0 ) return 0; in sqlite3Fts1HashFind() 364 insertElement(pH, &pH->ht[h], new_elem); in sqlite3Fts1HashInsert()
|
| H A D | ft_hash.h | 43 } *ht; member
|
| H A D | fts1_hash.h | 43 } *ht; member
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_hash.c | 67 pNew->ht = 0; in sqlite3Fts3HashInit() 80 fts3HashFree(pH->ht); in sqlite3Fts3HashClear() 81 pH->ht = 0; in sqlite3Fts3HashClear() 204 fts3HashFree(pH->ht); in fts3Rehash() 205 pH->ht = new_ht; in fts3Rehash() 230 if( pH->ht ){ in fts3FindElementByHash() 231 struct _fts3ht *pEntry = &pH->ht[h]; in fts3FindElementByHash() 262 pEntry = &pH->ht[h]; in fts3RemoveElementByHash() 290 if( pH==0 || pH->ht==0 ) return 0; in sqlite3Fts3HashFindElem() 378 fts3HashInsertElement(pH, &pH->ht[h], new_elem); in sqlite3Fts3HashInsert()
|
| H A D | fts3_hash.h | 41 } *ht; member
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2_hash.c | 69 pNew->ht = 0; in sqlite3Fts2HashInit() 82 fts2HashFree(pH->ht); in sqlite3Fts2HashClear() 83 pH->ht = 0; in sqlite3Fts2HashClear() 204 fts2HashFree(pH->ht); in rehash() 205 pH->ht = new_ht; in rehash() 229 if( pH->ht ){ in findElementGivenHash() 230 struct _fts2ht *pEntry = &pH->ht[h]; in findElementGivenHash() 261 pEntry = &pH->ht[h]; in removeElementGivenHash() 290 if( pH==0 || pH->ht==0 ) return 0; in sqlite3Fts2HashFind() 371 insertElement(pH, &pH->ht[h], new_elem); in sqlite3Fts2HashInsert()
|
| H A D | fts2_hash.h | 41 } *ht; member
|
| /sqlite-3.40.0/tool/ |
| H A D | lemon.c | 5313 np = x1a->ht[h]; in Strsafe_insert() 5337 if( array.ht[h] ) array.ht[h]->from = &(newnp->next); in Strsafe_insert() 5351 if( x1a->ht[h] ) x1a->ht[h]->from = &(np->next); in Strsafe_insert() 5353 x1a->ht[h] = np; in Strsafe_insert() 5367 np = x1a->ht[h]; in Strsafe_find() 5505 if( array.ht[h] ) array.ht[h]->from = &(newnp->next); in Symbol_insert() 5522 if( x2a->ht[h] ) x2a->ht[h]->from = &(np->next); in Symbol_insert() 5704 if( array.ht[h] ) array.ht[h]->from = &(newnp->next); in State_insert() 5719 if( x3a->ht[h] ) x3a->ht[h]->from = &(np->next); in State_insert() 5844 if( array.ht[h] ) array.ht[h]->from = &(newnp->next); in Configtable_insert() [all …]
|
| /sqlite-3.40.0/ext/wasm/fiddle/ |
| H A D | fiddle.js | 701 var ht; 704 ht = wh - extra; 708 "calc(", (ht>=100 ? ht : 100), "px",
|
| /sqlite-3.40.0/test/ |
| H A D | corruptN.test | 94 | 400: 68 74 07 07 02 17 65 69 67 68 74 0a fb fd f8 bf ht....eight.....
|
| /sqlite-3.40.0/ |
| H A D | configure | 1103 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 1106 | --ht=*)
|