Searched refs:sqliteHashNext (Results 1 – 7 of 7) sorted by relevance
99 #define sqliteHashNext(E) ((E)->next) macro
233 for(pElem=sqliteHashFirst(&temp2); pElem; pElem=sqliteHashNext(pElem)){ in sqliteResetInternalSchema()239 for(pElem=sqliteHashFirst(&temp1); pElem; pElem=sqliteHashNext(pElem)){ in sqliteResetInternalSchema()1145 for(i=sqliteHashFirst(&db->aDb[idx].tblHash); i; i=sqliteHashNext(i)){ in sqliteViewResetAll()
632 for(x=sqliteHashFirst(&db->aDb[i].tblHash); x; x=sqliteHashNext(x)){ in sqlitePragma()
587 for(i=sqliteHashFirst(&db->aFunc); i; i=sqliteHashNext(i)){ in sqlite_close()
681 for(p = sqliteHashFirst(&pAgg->hash); p; p = sqliteHashNext(p)){ in sqliteVdbeAggReset()
3741 for(j=0, i=sqliteHashFirst(&pSet->hash); i; i=sqliteHashNext(i), j++){ in sqliteVdbeExec()4577 p->agg.pSearch = sqliteHashNext(p->agg.pSearch); in sqliteVdbeExec()4708 pSet->prev = sqliteHashNext(pSet->prev); in sqliteVdbeExec()
1247 for(p=sqliteHashFirst(&tree->tblHash); p; p=sqliteHashNext(p)){ in memRbtreeIntegrityCheck()