Home
last modified time | relevance | path

Searched refs:insertElement (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dhash.c72 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 Dfts2_hash.c168 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 Dft_hash.c203 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 Dfts1_hash.c161 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()