Searched refs:fts3EvalExpr (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3.c2714 ** The following is a helper function (and type) for fts3EvalExpr(). It
2716 ** in the expression. See the context it is called from in fts3EvalExpr()
2778 static int fts3EvalExpr( function
2841 rc = fts3EvalExpr(p, pBest->pExpr, &aNew, &nNew, 0);
2880 if( 0==(rc = fts3EvalExpr(p, pExpr->pRight, &aRight, &nRight, isReqPos))
2881 && 0==(rc = fts3EvalExpr(p, pExpr->pLeft, &aLeft, &nLeft, isReqPos))
2974 rc = fts3EvalExpr(pCsr, pCsr->pExpr, &a, &n, 0);
3091 rc = fts3EvalExpr(pCsr, pCsr->pExpr, &pCsr->aDoclist, &pCsr->nDoclist, 0);
3250 rc = fts3EvalExpr(pCsr, pExpr, &pExpr->aDoclist, &pExpr->nDoclist, 1);
3264 rc = fts3EvalExpr(pCs
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c115828 static int fts3EvalExpr( function
[all...]

Completed in 792 milliseconds