Lines Matching refs:pL
113565 Expr *pL = 0, *pR = 0; local
113569 r1 = exprVectorRegister(pParse, pLeft, i, regLeft, &pL, ®Free1);
113572 codeCompare(pParse, pL, pR, opx, r1, r2, addrDone, p5, isCommuted);
119337 sqlite3_value *pL, *pR = 0; local
119347 pL = sqlite3VdbeGetBoundValue(pParse->pReprepare, iVar, SQLITE_AFF_BLOB);
119348 if( pL ){
119349 if( sqlite3_value_type(pL)==SQLITE_TEXT ){
119350 sqlite3_value_text(pL); /* Make sure the encoding is UTF-8 */
119352 res = sqlite3MemCompare(pL, pR, 0) ? 2 : 0;
119355 sqlite3ValueFree(pL);
198752 char *pL = a[i].pList; local
198756 int res = fts3PoslistPhraseMerge(&pOut, nDist, 0, 1, &pL, &pR);