Searched refs:sqliteWhereBegin (Results 1 – 5 of 5) sorted by relevance
| /illumos-gate/usr/src/lib/libsqlite/src/ |
| H A D | delete.c | 197 pWInfo = sqliteWhereBegin(pParse, pTabList, pWhere, 1, 0); in sqliteDeleteFrom()
|
| H A D | update.c | 228 pWInfo = sqliteWhereBegin(pParse, pTabList, pWhere, 1, 0); in sqliteUpdate()
|
| H A D | sqliteInt.h | 1178 WhereInfo *sqliteWhereBegin(Parse*, SrcList*, Expr*, int, ExprList**);
|
| H A D | where.c | 380 WhereInfo *sqliteWhereBegin( in sqliteWhereBegin() function
|
| H A D | select.c | 2326 pWInfo = sqliteWhereBegin(pParse, pTabList, pWhere, 0, in sqliteSelect()
|