Home
last modified time | relevance | path

Searched defs:pWhere (Results 1 – 6 of 6) sorted by relevance

/titanic_51/usr/src/lib/libsqlite/src/
H A Dupdate.c33 Expr *pWhere, /* The WHERE clause. May be null */ in sqliteUpdate() argument
H A Dtrigger.c330 Expr *pWhere, /* The WHERE clause */ in sqliteTriggerUpdateStep() argument
351 TriggerStep *sqliteTriggerDeleteStep(Token *pTableName, Expr *pWhere){ in sqliteTriggerDeleteStep() argument
[all...]
H A Ddelete.c62 Expr *pWhere /* The WHERE clause. May be null */ in sqliteDeleteFrom() argument
H A Dselect.c30 Expr *pWhere, /* the WHERE clause */ in sqliteSelectNew() argument
1651 Expr *pWhere; flattenSubquery() local
2027 Expr *pWhere; /* The WHERE clause. May be NULL */ sqliteSelect() local
[all...]
H A Dwhere.c386 Expr *pWhere, /* The WHERE clause */ in sqliteWhereBegin() argument
H A DsqliteInt.h858 Expr *pWhere; /* The WHERE clause */ member
1033 Expr *pWhere; /* Valid for DELETE, UPDATE steps */ member