HomeSort by relevance Sort by last modified time
    Searched refs:iPhrase (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_snippet.c 175 int iPhrase = 0; /* Variable used as the phrase counter */
176 return fts3ExprIterate2(pExpr, &iPhrase, x, pCtx);
229 static int fts3ExprLoadDoclistsCb(Fts3Expr *pExpr, int iPhrase, void *ctx){
233 UNUSED_PARAMETER(iPhrase);
273 static int fts3ExprPhraseCountCb(Fts3Expr *pExpr, int iPhrase, void *ctx){
276 UNUSED_PARAMETER(iPhrase);
411 static int fts3SnippetFindPositions(Fts3Expr *pExpr, int iPhrase, void *ctx){
413 SnippetPhrase *pPhrase = &p->aPhrase[iPhrase];
808 ** aMatchinfo[3*iPhrase*nCol + 3*iCol + 1] = X;
809 ** aMatchinfo[3*iPhrase*nCol + 3*iCol + 2] = Y
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c 953 short int iPhrase; /* This is the i-th term of a phrase. */
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c     [all...]

Completed in 46 milliseconds