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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h12836 ** phrase iPhrase of the query. Phrases are numbered starting from zero.
12869 ** xQueryPhrase(pFts5, iPhrase, pUserData, xCallback):
12870 ** This API function is used to query the FTS table for phrase iPhrase
12875 ** with $p set to a phrase equivalent to the phrase iPhrase of the
12877 ** phrase iPhrase of the current query is included in $p. For each
12884 ** If parameter iPhrase is less than zero, or greater than or equal to
12947 ** through instances of phrase iPhrase, use the following code:
12951 ** for(pApi->xPhraseFirst(pFts, iPhrase, &iter, &iCol, &iOff);
12955 ** // An instance of phrase iPhrase at offset iOff of column iCol
12981 ** for(pApi->xPhraseFirstColumn(pFts, iPhrase,
[all...]
H A Dsqlite3.c13149 ** phrase iPhrase of the query. Phrases are numbered starting from zero.
13182 ** xQueryPhrase(pFts5, iPhrase, pUserData, xCallback):
13183 ** This API function is used to query the FTS table for phrase iPhrase
13188 ** with $p set to a phrase equivalent to the phrase iPhrase of the
13190 ** phrase iPhrase of the current query is included in $p. For each
13197 ** If parameter iPhrase is less than zero, or greater than or equal to
13260 ** through instances of phrase iPhrase, use the following code:
13264 ** for(pApi->xPhraseFirst(pFts, iPhrase, &iter, &iCol, &iOff);
13268 ** // An instance of phrase iPhrase at offset iOff of column iCol
13294 ** for(pApi->xPhraseFirstColumn(pFts, iPhrase,
184636 int iPhrase; /* Index of this phrase in matchinfo() results */ member in struct:Fts3Expr
190361 fts3AllocateMSI(Fts3Expr *pExpr, int iPhrase, void *pCtx) argument
200971 int iPhrase = 0; /* Variable used as the phrase counter */ local
200980 fts3ExprLoadDoclistsCb(Fts3Expr *pExpr, int iPhrase, void *ctx) argument
201017 fts3ExprPhraseCountCb(Fts3Expr *pExpr, int iPhrase, void *ctx) argument
201156 fts3SnippetFindPositions(Fts3Expr *pExpr, int iPhrase, void *ctx) argument
201633 fts3ExprGlobalHitsCb( Fts3Expr *pExpr, int iPhrase, void *pCtx ) argument
201649 fts3ExprLocalHitsCb( Fts3Expr *pExpr, int iPhrase, void *pCtx ) argument
201784 fts3MatchinfoLcsCb( Fts3Expr *pExpr, int iPhrase, void *pCtx ) argument
202247 fts3ExprTermOffsetInit(Fts3Expr *pExpr, int iPhrase, void *ctx) argument
236626 sqlite3Fts5ExprClonePhrase( Fts5Expr *pExpr, int iPhrase, Fts5Expr **ppNew ) argument
237128 int iPhrase; local
237662 sqlite3Fts5ExprPhraseSize(Fts5Expr *pExpr, int iPhrase) argument
237671 sqlite3Fts5ExprPoslist(Fts5Expr *pExpr, int iPhrase, const u8 **pa) argument
237889 sqlite3Fts5ExprPhraseCollist( Fts5Expr *pExpr, int iPhrase, const u8 **ppCollist, int *pnCollist ) 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
249562 fts5ApiPhraseSize(Fts5Context *pCtx, int iPhrase) argument
249593 fts5CsrPoslist( Fts5Cursor *pCsr, int iPhrase, const u8 **pa, int *pn ) argument
249910 fts5ApiPhraseFirst( Fts5Context *pCtx, int iPhrase, Fts5PhraseIter *pIter, int *piCol, int *piOff ) argument
249959 fts5ApiPhraseFirstColumn( Fts5Context *pCtx, int iPhrase, Fts5PhraseIter *pIter, int *piCol ) argument
250007 fts5ApiQueryToken( Fts5Context* pCtx, int iPhrase, int iToken, const char **ppOut, int *pnOut ) argument
250035 int iPhrase = pCsr->aInst[iIdx*3]; local
250080 fts5ApiQueryPhrase( Fts5Context *pCtx, int iPhrase, void *pUserData, int(*xCallback)(const Fts5ExtensionApi*, Fts5Context*, void*) ) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d2055 int function(Fts5Context*, int iPhrase) xPhraseSize;
2061 int function(Fts5Context*, int iPhrase, void *pUserData,
2066 void function(Fts5Context*, int iPhrase, Fts5PhraseIter*, int*, int*) xPhraseFirst;

Completed in 1254 milliseconds