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

/netbsd-current/usr.sbin/makemandb/
H A Dcustom_apropos_tokenizer.c52 size_t iToken; /* index of next token to be returned */ member in struct:custom_apropos_tokenizer_cursor
729 *piPosition = c->iToken++;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h13003 ** xQueryToken(pFts5, iPhrase, iToken, ppToken, pnToken)
13004 ** This is used to access token iToken of phrase iPhrase of the current
13009 ** If iPhrase or iToken are less than zero, or if iPhrase is greater than
13011 ** xPhraseCount(), or if iToken is equal to or greater than the number of
13019 ** xInstToken(pFts5, iIdx, iToken, ppToken, pnToken)
13020 ** This is used to access token iToken of phrase hit iIdx within the
13075 int iPhrase, int iToken,
13078 int (*xInstToken)(Fts5Context*, int iIdx, int iToken, const char**, int*);
H A Dsqlite3.c13316 ** xQueryToken(pFts5, iPhrase, iToken, ppToken, pnToken)
13317 ** This is used to access token iToken of phrase iPhrase of the current
13322 ** If iPhrase or iToken are less than zero, or if iPhrase is greater than
13324 ** xPhraseCount(), or if iToken is equal to or greater than the number of
13332 ** xInstToken(pFts5, iIdx, iToken, ppToken, pnToken)
13333 ** This is used to access token iToken of phrase hit iIdx within the
13388 int iPhrase, int iToken,
13391 int (*xInstToken)(Fts5Context*, int iIdx, int iToken, const char**, int*);
176410 sqlite3ParserFallback(int iToken) argument
188794 fts3EvalPhraseMergeToken( Fts3Table *pTab, Fts3Phrase *p, int iToken, char *pList, int nList ) argument
188863 int iToken; local
188896 int iToken; /* Used to iterate through phrase tokens */ local
189225 incrPhraseTokenNext( Fts3Table *pTab, Fts3Phrase *pPhrase, int iToken, TokenDoclist *p, u8 *pbEof ) argument
189456 int iToken; /* Position of token in phrase */ member in struct:Fts3TokenAndCost
193016 int iToken; /* index of next token to be returned */ member in struct:porter_tokenizer_cursor
194199 int iToken; /* index of next token to be returned */ member in struct:simple_tokenizer_cursor
202538 int iToken; /* Index of next token to be returned */ member in struct:unicode_cursor
215421 int iToken; member in struct:IcuCursor
232526 sqlite3Fts5ParserFallback(int iToken) argument
237927 sqlite3Fts5ExprQueryToken( Fts5Expr *pExpr, int iPhrase, int iToken, const char **ppOut, int *pnOut ) argument
237952 sqlite3Fts5ExprInstToken( Fts5Expr *pExpr, i64 iRowid, int iPhrase, int iCol, int iOff, int iToken, const char **ppOut, int *pnOut ) argument
250007 fts5ApiQueryToken( Fts5Context* pCtx, int iPhrase, int iToken, const char **ppOut, int *pnOut ) argument
250021 fts5ApiInstToken( Fts5Context *pCtx, int iIdx, int iToken, const char **ppOut, int *pnOut ) argument
[all...]

Completed in 581 milliseconds