Home | History | Annotate | Download | only in fts3

Lines Matching refs:nLeft

1725   int nLeft,                      /* Maximum difference in token positions */
1736 return fts3PoslistPhraseMerge(0, nLeft, 0, 0, pp2, pp1);
1747 fts3PoslistPhraseMerge(&pTmp2, nLeft, 1, 0, pp2, pp1);
2493 int nLeft, nRight;
2507 nLeft = nOut;
2516 nLeft = nList;
2521 mt, nDist, 0, pOut, &nOut, aLeft, nLeft, aRight, nRight, &nDoc
2554 int nLeft, /* Size of LHS doclist in bytes */
2566 aOut = sqlite3_malloc(nLeft+nRight+1);
2571 aOut, pnOut, aLeft, nLeft, aRight, nRight, 0
2871 int nLeft;
2881 && 0==(rc = fts3EvalExpr(p, pExpr->pLeft, &aLeft, &nLeft, isReqPos))
2900 pLeft->pPhrase->nToken, aLeft, nLeft,
2914 char *aBuffer = sqlite3_malloc(nRight+nLeft+1);
2916 aLeft, nLeft, aRight, nRight, 0
2926 aLeft, nLeft, aRight, nRight, 0