HomeSort by: relevance | last modified time | path
    Searched refs:iToken (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/makemandb/
custom_apropos_tokenizer.c 52 size_t iToken; /* index of next token to be returned */
729 *piPosition = c->iToken++;
  /src/external/public-domain/sqlite/dist/
sqlite3.h 13857 ** xQueryToken(pFts5, iPhrase, iToken, ppToken, pnToken)
13858 ** This is used to access token iToken of phrase iPhrase of the current
13863 ** If iPhrase or iToken are less than zero, or if iPhrase is greater than
13865 ** xPhraseCount(), or if iToken is equal to or greater than the number of
13873 ** xInstToken(pFts5, iIdx, iToken, ppToken, pnToken)
13874 ** This is used to access token iToken of phrase hit iIdx within the
13886 ** iIdx and iToken matched a prefix token in the query. In most cases, the
13967 int iPhrase, int iToken,
13970 int (*xInstToken)(Fts5Context*, int iIdx, int iToken, const char**, int*);
sqlite3.c 14178 ** xQueryToken(pFts5, iPhrase, iToken, ppToken, pnToken)
14179 ** This is used to access token iToken of phrase iPhrase of the current
14184 ** If iPhrase or iToken are less than zero, or if iPhrase is greater than
14186 ** xPhraseCount(), or if iToken is equal to or greater than the number of
14194 ** xInstToken(pFts5, iIdx, iToken, ppToken, pnToken)
14195 ** This is used to access token iToken of phrase hit iIdx within the
14207 ** iIdx and iToken matched a prefix token in the query. In most cases, the
14288 int iPhrase, int iToken,
14291 int (*xInstToken)(Fts5Context*, int iIdx, int iToken, const char**, int*);
    [all...]

Completed in 139 milliseconds