Searched refs:insertElement (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | hash.c | 72 static void insertElement( in insertElement() function 137 insertElement(pH, &new_ht[h], elem); in rehash() 267 insertElement(pH, pH->ht ? &pH->ht[h] : 0, new_elem); in sqlite3HashInsert()
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2_hash.c | 168 static void insertElement( in insertElement() function 211 insertElement(pH, &new_ht[h], elem); in rehash() 371 insertElement(pH, &pH->ht[h], new_elem); in sqlite3Fts2HashInsert()
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | ft_hash.c | 203 static void insertElement( in insertElement() function 246 insertElement(pH, &new_ht[h], elem); in rehash() 401 insertElement(pH, &pH->ht[h], new_elem); in HashInsert()
|
| H A D | fts1_hash.c | 161 static void insertElement( in insertElement() function 204 insertElement(pH, &new_ht[h], elem); in rehash() 364 insertElement(pH, &pH->ht[h], new_elem); in sqlite3Fts1HashInsert()
|