Lines Matching refs:sqlite3HashClear
6882 SQLITE_PRIVATE void sqlite3HashClear(Hash*);
21057 SQLITE_PRIVATE void sqlite3HashClear(Hash *pH){
21217 sqlite3HashClear(pH);
78966 sqlite3HashClear(&pSchema->idxHash);
78970 sqlite3HashClear(&temp2);
78976 sqlite3HashClear(&temp1);
78977 sqlite3HashClear(&pSchema->fkeyHash);
105549 sqlite3HashClear(&db->aCollSeq);
105558 sqlite3HashClear(&db->aModule);