Searched refs:sqliteWhereBegin (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libsqlite/src/ |
H A D | delete.c | 200 pWInfo = sqliteWhereBegin(pParse, pTabList, pWhere, 1, 0); in sqliteDeleteFrom()
|
H A D | update.c | 231 pWInfo = sqliteWhereBegin(pParse, pTabList, pWhere, 1, 0); in sqliteUpdate()
|
H A D | sqliteInt.h | 1181 WhereInfo *sqliteWhereBegin(Parse*, SrcList*, Expr*, int, ExprList**);
|
H A D | where.c | 383 WhereInfo *sqliteWhereBegin( in sqliteWhereBegin() function
|
H A D | select.c | 2330 pWInfo = sqliteWhereBegin(pParse, pTabList, pWhere, 0, in sqliteSelect()
|