Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Ddelete.c197 pWInfo = sqliteWhereBegin(pParse, pTabList, pWhere, 1, 0); in sqliteDeleteFrom()
H A Dupdate.c228 pWInfo = sqliteWhereBegin(pParse, pTabList, pWhere, 1, 0); in sqliteUpdate()
H A DsqliteInt.h1178 WhereInfo *sqliteWhereBegin(Parse*, SrcList*, Expr*, int, ExprList**);
H A Dwhere.c380 WhereInfo *sqliteWhereBegin( in sqliteWhereBegin() function
H A Dselect.c2326 pWInfo = sqliteWhereBegin(pParse, pTabList, pWhere, 0, in sqliteSelect()