Searched refs:iTerm (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/usr.sbin/makemandb/
H A Dfts3_tokenizer.h157 int fts3_global_term_cnt(int iTerm, int iCol);
158 int fts3_term_cnt(int iTerm, int iCol);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c5740 sqlite3_int64 iTerm; /* Given terminal value ("stop") */ 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 . */
5768 nuspan += -(pss->iTerm+1);
5778 }else if( pss->iTerm > pss->iBase ){
5781 puspan = (sqlite3_uint64)(pss->iTerm - pss->iBase);
5784 * In this clause, iTerm>
[all...]
H A Dsqlite3.c156198 explainAppendTerm( StrAccum *pStr, Index *pIdx, int nTerm, int iTerm, int bAnd, const char *zOp ) argument
158404 int iTerm; local
163011 sqlite3WhereTermPrint(WhereTerm *pTerm, int iTerm) argument
164905 int iTerm; local
165031 int iTerm = pIdxInfo->aConstraint[iCons].iTermOffset; local
202239 int iTerm; member in struct:TermOffsetCtx
202250 int iTerm; /* For looping through nTerm phrase terms */ local
237304 int iTerm; local
237386 int iTerm; local
[all...]

Completed in 553 milliseconds