Home
last modified time | relevance | path

Searched refs:sqliteHashClear (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/src/
H A Dhash.h87 void sqliteHashClear(Hash*);
H A Dhash.c51 void sqliteHashClear(Hash *pH){ in sqliteHashClear() function
H A Dbuild.c234 sqliteHashClear(&pDb->aFKey); in sqliteResetInternalSchema()
235 sqliteHashClear(&pDb->idxHash); in sqliteResetInternalSchema()
240 sqliteHashClear(&temp2); in sqliteResetInternalSchema()
246 sqliteHashClear(&temp1); in sqliteResetInternalSchema()
H A Dvdbeaux.c710 sqliteHashClear(&pAgg->hash); in sqliteVdbeAggReset()
809 sqliteHashClear(&p->aSet[i].hash); in Cleanup()
H A Dmain.c597 sqliteHashClear(&db->aFunc); in sqlite_close()
H A Dbtree_rb.c1312 sqliteHashClear(&tree->tblHash); in memRbtreeClose()
H A Dvdbe.c3747 sqliteHashClear(&pSet->hash); in sqliteVdbeExec()