Home
last modified time | relevance | path

Searched defs:iTerm (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dwherecode.c47 int iTerm, /* Zero-based index of first term. */ in explainAppendTerm()
2228 int iTerm; in sqlite3WhereCodeOneLoopStart() local
H A Dwhere.c2083 void sqlite3WhereTermPrint(WhereTerm *pTerm, int iTerm){ in sqlite3WhereTermPrint()
3743 int iTerm; in whereLoopAddVirtualOne() local
3869 int iTerm = pIdxInfo->aConstraint[iCons].iTermOffset; in sqlite3_vtab_collation() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_snippet.c1552 int iTerm; member
1563 int iTerm; /* For looping through nTerm phrase terms */ in fts3ExprTermOffsetInit() local
/sqlite-3.40.0/ext/fts5/
H A Dfts5_expr.c2479 int iTerm; in fts5ExprPrintTcl() local
2557 int iTerm; in fts5ExprPrint() local
/sqlite-3.40.0/ext/fts1/
H A Dfts1.c1010 short int iTerm; /* The index in Query.pTerms[] of the matching term */ member
2179 int iCol, int iTerm, /* The column and query term */ in snippetAppendMatch()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c1753 short int iTerm; /* The index in Query.pTerms[] of the matching term */ member
3045 int iCol, int iTerm, /* The column and query term */ in snippetAppendMatch()
6344 int iTerm, nTerms, nResultBytes, iByte; in generateTermsResult() local