Searched refs:sqliteHashFirst (Results 1 – 7 of 7) sorted by relevance
101 #define sqliteHashFirst(H) ((H)->first) macro
1250 for(p=sqliteHashFirst(&tree->tblHash); p; p=sqliteHashNext(p)){ in memRbtreeIntegrityCheck()1308 while( (p=sqliteHashFirst(&tree->tblHash))!=0 ){ in memRbtreeClose()
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()
191 HashElem *pElem = sqliteHashFirst(&p->hash); in _AggInFocus()194 pElem = sqliteHashFirst(&p->hash); in _AggInFocus()3743 for(j=0, i=sqliteHashFirst(&pSet->hash); i; i=sqliteHashNext(i), j++){ in sqliteVdbeExec()4577 p->agg.pSearch = sqliteHashFirst(&p->agg.hash); in sqliteVdbeExec()4703 pSet->prev = sqliteHashFirst(&pSet->hash); in sqliteVdbeExec()
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()