Searched refs:iContinue (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10622 int iContinue; /* Jump here to continue with next record */ member in struct:WhereInfo
92881 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, SelectDest *pDest, int iContinue, int iBreak ) argument
94282 int iContinue; local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c132019 selectInnerLoop( Parse *pParse, Select *p, int srcTab, SortCtx *pSort, DistinctCtx *pDistinct, SelectDest *pDest, int iContinue, int iBreak ) argument
134135 int iContinue; local
143779 int iContinue; /* Jump here to continue with next record */ member in struct:WhereInfo
149062 int iContinue = 0; /* Jump here to skip excluded rows */ local
[all...]

Completed in 629 milliseconds