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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Ddelete.c200 pWInfo = sqliteWhereBegin(pParse, pTabList, pWhere, 1, 0);
H A Dupdate.c231 pWInfo = sqliteWhereBegin(pParse, pTabList, pWhere, 1, 0);
H A DsqliteInt.h1181 WhereInfo *sqliteWhereBegin(Parse*, SrcList*, Expr*, int, ExprList**);
H A Dwhere.c325 ** foreach row2 in t2 do |-- by sqliteWhereBegin()
383 WhereInfo *sqliteWhereBegin( function
1191 ** sqliteWhereBegin() for additional information.
H A Dselect.c2330 pWInfo = sqliteWhereBegin(pParse, pTabList, pWhere, 0,

Completed in 58 milliseconds