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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c5739 sqlite3_int64 iBase; /* Starting value ("start") */ member in struct:SequenceSpec
5751 ** given initialized iBase, iTerm and iStep values. Sequence is
5758 bSameSigns = (pss->iBase < 0)==(pss->iTerm < 0);
5759 if( pss->iTerm < pss->iBase ){
5762 nuspan = (sqlite3_uint64)(pss->iBase - pss->iTerm);
5765 * In this clause, iBase>=0 and iTerm<0 . */
5767 nuspan += pss->iBase;
5778 }else if( pss->iTerm > pss->iBase ){
5781 puspan = (sqlite3_uint64)(pss->iTerm - pss->iBase);
5784 * In this clause, iTerm>=0 and iBase<
[all...]
H A Dsqlite3.c134785 sqlite3OpenTableAndIndices( Parse *pParse, Table *pTab, int op, u8 p5, int iBase, u8 *aToOpen, int *piDataCur, int *piIdxCur ) argument
155634 int iBase; /* Base register of multi-key index record */ member in struct:WhereLevel::__anon56::__anon57::InLoop
161354 findIndexCol( Parse *pParse, ExprList *pList, int iBase, Index *pIdx, int iCol ) argument
161416 int iBase; local
195424 sqlite3_int64 iBase; /* First absolute level for iLangid/iIndex */ local
[all...]

Completed in 907 milliseconds