HomeSort by: relevance | last modified time | path
    Searched defs:iIdx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
shell.c 15639 int iIdx = sqlite3_column_int(pInfo, 0);
15643 if( iIdx<nEq ){
    [all...]
sqlite3.c 14020 ** Query for the details of phrase match iIdx within the current row.
14021 ** Phrase matches are numbered starting from zero, so the iIdx argument
14023 ** output by xInstCount(). If iIdx is less than zero or greater than
14194 ** xInstToken(pFts5, iIdx, iToken, ppToken, pnToken)
14195 ** This is used to access token iToken of phrase hit iIdx within the
14196 ** current row. If iIdx is less than zero or greater than or equal to the
14207 ** iIdx and iToken matched a prefix token in the query. In most cases, the
14226 ** xColumnLocale(pFts5, iIdx, pzLocale, pnLocale)
14268 int (*xInst)(Fts5Context*, int iIdx, int *piPhrase, int *piCol, int *piOff);
14291 int (*xInstToken)(Fts5Context*, int iIdx, int iToken, const char**, int*)
    [all...]

Completed in 148 milliseconds