Searched refs:sqliteHashNext (Results 1 – 7 of 7) sorted by relevance
102 #define sqliteHashNext(E) ((E)->next) macro
236 for(pElem=sqliteHashFirst(&temp2); pElem; pElem=sqliteHashNext(pElem)){ in sqliteResetInternalSchema()242 for(pElem=sqliteHashFirst(&temp1); pElem; pElem=sqliteHashNext(pElem)){ in sqliteResetInternalSchema()1148 for(i=sqliteHashFirst(&db->aDb[idx].tblHash); i; i=sqliteHashNext(i)){ in sqliteViewResetAll()
635 for(x=sqliteHashFirst(&db->aDb[i].tblHash); x; x=sqliteHashNext(x)){ in sqlitePragma()
590 for(i=sqliteHashFirst(&db->aFunc); i; i=sqliteHashNext(i)){ in sqlite_close()
684 for(p = sqliteHashFirst(&pAgg->hash); p; p = sqliteHashNext(p)){ in sqliteVdbeAggReset()
3743 for(j=0, i=sqliteHashFirst(&pSet->hash); i; i=sqliteHashNext(i), j++){ in sqliteVdbeExec()4579 p->agg.pSearch = sqliteHashNext(p->agg.pSearch); in sqliteVdbeExec()4710 pSet->prev = sqliteHashNext(pSet->prev); in sqliteVdbeExec()
1250 for(p=sqliteHashFirst(&tree->tblHash); p; p=sqliteHashNext(p)){ in memRbtreeIntegrityCheck()