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

/freebsd-10-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-10-stable/contrib/sqlite3/
H A Dsqlite3.c114183 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, SortCtx *pSort, DistinctCtx *pDistinct, SelectDest *pDest, int iContinue, int iBreak ) argument
116101 int iContinue; local
123389 int iContinue; /* Jump here to continue with next record */ member in struct:WhereInfo
127351 int iContinue = 0; /* Jump here to skip excluded rows */ local
[all...]

Completed in 541 milliseconds