Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbeaux.c641 static Op *opIterNext(VdbeOpIter *p){ in opIterNext() function
721 while( (pOp = opIterNext(&sIter))!=0 ){ in sqlite3VdbeAssertMayAbort()