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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h11789 ** Returns the number of tokens in phrase iPhrase of the query. Phrases
11822 ** xQueryPhrase(pFts5, iPhrase, pUserData, xCallback):
11823 ** This API function is used to query the FTS table for phrase iPhrase
11828 ** with $p set to a phrase equivalent to the phrase iPhrase of the
11830 ** phrase iPhrase of the current query is included in $p. For each
11896 ** through instances of phrase iPhrase, use the following code:
11900 ** for(pApi->xPhraseFirst(pFts, iPhrase, &iter, &iCol, &iOff);
11904 ** // An instance of phrase iPhrase at offset iOff of column iCol
11930 ** for(pApi->xPhraseFirstColumn(pFts, iPhrase, &iter, &iCol);
11934 ** // Column iCol contains at least one instance of phrase iPhrase
[all...]
H A Dsqlite3.c12852 ** Returns the number of tokens in phrase iPhrase of the query. Phrases
12885 ** xQueryPhrase(pFts5, iPhrase, pUserData, xCallback):
12886 ** This API function is used to query the FTS table for phrase iPhrase
12891 ** with $p set to a phrase equivalent to the phrase iPhrase of the
12893 ** phrase iPhrase of the current query is included in $p. For each
12959 ** through instances of phrase iPhrase, use the following code:
12963 ** for(pApi->xPhraseFirst(pFts, iPhrase, &iter, &iCol, &iOff);
12967 ** // An instance of phrase iPhrase at offset iOff of column iCol
12993 ** for(pApi->xPhraseFirstColumn(pFts, iPhrase, &iter, &iCol);
12997 ** // Column iCol contains at least one instance of phrase iPhrase
170111 int iPhrase; /* Index of this phrase in matchinfo() results */ member in struct:Fts3Expr
186308 int iPhrase = 0; /* Variable used as the phrase counter */ local
186318 fts3ExprLoadDoclistsCb(Fts3Expr *pExpr, int iPhrase, void *ctx) argument
186355 fts3ExprPhraseCountCb(Fts3Expr *pExpr, int iPhrase, void *ctx) argument
186493 fts3SnippetFindPositions(Fts3Expr *pExpr, int iPhrase, void *ctx) argument
186969 fts3ExprGlobalHitsCb( Fts3Expr *pExpr, int iPhrase, void *pCtx ) argument
186985 fts3ExprLocalHitsCb( Fts3Expr *pExpr, int iPhrase, void *pCtx ) argument
187120 fts3MatchinfoLcsCb( Fts3Expr *pExpr, int iPhrase, void *pCtx ) argument
187582 fts3ExprTermOffsetInit(Fts3Expr *pExpr, int iPhrase, void *ctx) argument
218008 sqlite3Fts5ExprClonePhrase( Fts5Expr *pExpr, int iPhrase, Fts5Expr **ppNew ) argument
218500 int iPhrase; local
219017 sqlite3Fts5ExprPhraseSize(Fts5Expr *pExpr, int iPhrase) argument
219026 sqlite3Fts5ExprPoslist(Fts5Expr *pExpr, int iPhrase, const u8 **pa) argument
219213 sqlite3Fts5ExprPhraseCollist( Fts5Expr *pExpr, int iPhrase, const u8 **ppCollist, int *pnCollist ) argument
228346 fts5ApiPhraseSize(Fts5Context *pCtx, int iPhrase) argument
228374 fts5CsrPoslist( Fts5Cursor *pCsr, int iPhrase, const u8 **pa, int *pn ) argument
228688 fts5ApiPhraseFirst( Fts5Context *pCtx, int iPhrase, Fts5PhraseIter *pIter, int *piCol, int *piOff ) argument
228737 fts5ApiPhraseFirstColumn( Fts5Context *pCtx, int iPhrase, Fts5PhraseIter *pIter, int *piCol ) argument
228813 fts5ApiQueryPhrase( Fts5Context *pCtx, int iPhrase, void *pUserData, int(*xCallback)(const Fts5ExtensionApi*, Fts5Context*, void*) ) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c125704 int iPhrase = 0; /* Variable used as the phrase counter */ local
125713 fts3ExprLoadDoclistsCb(Fts3Expr *pExpr, int iPhrase, void *ctx) argument
125750 fts3ExprPhraseCountCb(Fts3Expr *pExpr, int iPhrase, void *ctx) argument
125888 fts3SnippetFindPositions(Fts3Expr *pExpr, int iPhrase, void *ctx) argument
126279 fts3ExprGlobalHitsCb( Fts3Expr *pExpr, int iPhrase, void *pCtx ) argument
126295 fts3ExprLocalHitsCb( Fts3Expr *pExpr, int iPhrase, void *pCtx ) argument
126407 fts3MatchinfoLcsCb( Fts3Expr *pExpr, int iPhrase, void *pCtx ) argument
126822 fts3ExprTermOffsetInit(Fts3Expr *pExpr, int iPhrase, void *ctx) argument
[all...]

Completed in 848 milliseconds