Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h241 typedef struct WhereInfo WhereInfo; typedef
821 struct WhereInfo { struct
1178 WhereInfo *sqliteWhereBegin(Parse*, SrcList*, Expr*, int, ExprList**);
1179 void sqliteWhereEnd(WhereInfo*);
H A Dwhere.c380 WhereInfo *sqliteWhereBegin( in sqliteWhereBegin()
388 WhereInfo *pWInfo; /* Will become the return value of this function */ in sqliteWhereBegin()
422 pWInfo = sqliteMalloc( sizeof(WhereInfo) + pTabList->nSrc*sizeof(WhereLevel)); in sqliteWhereBegin()
1190 void sqliteWhereEnd(WhereInfo *pWInfo){ in sqliteWhereEnd()
H A Ddelete.c66 WhereInfo *pWInfo; /* Information about the WHERE clause */ in sqliteDeleteFrom()
H A Dupdate.c37 WhereInfo *pWInfo; /* Information about the WHERE clause */ in sqliteUpdate()
H A Dselect.c2018 WhereInfo *pWInfo; in sqliteSelect()