Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c8043 SQLITE_PRIVATE void sqlite3HashClear(Hash*);
22967 SQLITE_PRIVATE void sqlite3HashClear(Hash *pH){ in sqlite3HashClear() function
23131 sqlite3HashClear(pH); in removeElementGivenHash()
88850 sqlite3HashClear(&pSchema->idxHash);
88854 sqlite3HashClear(&temp2);
88860 sqlite3HashClear(&temp1);
88861 sqlite3HashClear(&pSchema->fkeyHash);
120419 sqlite3HashClear(&db->aCollSeq);
120428 sqlite3HashClear(&db->aModule);