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

  /external/chromium_org/third_party/sqlite/src/src/
fkey.c 517 pEq = sqlite3PExpr(pParse, TK_EQ, pLeft, pRight, 0);
537 pEq = sqlite3PExpr(pParse, TK_NE, pLeft, pRight, 0);
    [all...]
parse.y 279 v.pExpr = sqlite3PExpr(pParse, TK_UMINUS, X.pExpr, 0, 0);
457 Expr *pRight = sqlite3PExpr(pParse, TK_ALL, 0, 0, &Y);
458 Expr *pLeft = sqlite3PExpr(pParse, TK_ID, 0, 0, &X);
459 Expr *pDot = sqlite3PExpr(pParse, TK_DOT, pLeft, pRight, 0);
737 pOut->pExpr = sqlite3PExpr(pParse, op, 0, 0, pValue);
749 Expr *temp1 = sqlite3PExpr(pParse, TK_ID, 0, 0, &X);
750 Expr *temp2 = sqlite3PExpr(pParse, TK_ID, 0, 0, &Y);
751 A.pExpr = sqlite3PExpr(pParse, TK_DOT, temp1, temp2, 0);
755 Expr *temp1 = sqlite3PExpr(pParse, TK_ID, 0, 0, &X);
756 Expr *temp2 = sqlite3PExpr(pParse, TK_ID, 0, 0, &Y)
    [all...]
delete.c 173 pSelectRowid = sqlite3PExpr(pParse, TK_ROW, 0, 0, 0);
192 pWhereRowid = sqlite3PExpr(pParse, TK_ROW, 0, 0, 0);
194 pInClause = sqlite3PExpr(pParse, TK_IN, pWhereRowid, 0, 0);
where.c     [all...]
resolve.c 66 pDup = sqlite3PExpr(pParse, TK_AS, pDup, 0, 0);
    [all...]
sqliteInt.h     [all...]
select.c 259 pEq = sqlite3PExpr(pParse, TK_EQ, pE1, pE2, 0);
    [all...]
expr.c 479 Expr *sqlite3PExpr(
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 469 milliseconds