Home
last modified time | relevance | path

Searched refs:sqliteWhereBegin (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libsqlite/src/
H A Ddelete.c200 pWInfo = sqliteWhereBegin(pParse, pTabList, pWhere, 1, 0); in sqliteDeleteFrom()
H A Dupdate.c231 pWInfo = sqliteWhereBegin(pParse, pTabList, pWhere, 1, 0); in sqliteUpdate()
H A DsqliteInt.h1181 WhereInfo *sqliteWhereBegin(Parse*, SrcList*, Expr*, int, ExprList**);
H A Dwhere.c383 WhereInfo *sqliteWhereBegin( in sqliteWhereBegin() function
H A Dselect.c2330 pWInfo = sqliteWhereBegin(pParse, pTabList, pWhere, 0, in sqliteSelect()