Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c21866 static void insertElement( in insertElement() function
21927 insertElement(pH, &new_ht[h], elem); in rehash()
22069 insertElement(pH, &pH->ht[h], new_elem); in sqlite3HashInsert()
22071 insertElement(pH, 0, new_elem); in sqlite3HashInsert()
/NextBSD/contrib/sqlite3/
HDsqlite3.c25382 static void insertElement(
25447 insertElement(pH, &new_ht[h], elem);
25579 insertElement(pH, pH->ht ? &pH->ht[h] : 0, new_elem);