Searched refs:WhereInfo (Results 1 – 5 of 5) sorted by relevance
241 typedef struct WhereInfo WhereInfo; typedef821 struct WhereInfo { struct1178 WhereInfo *sqliteWhereBegin(Parse*, SrcList*, Expr*, int, ExprList**);1179 void sqliteWhereEnd(WhereInfo*);
380 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()
66 WhereInfo *pWInfo; /* Information about the WHERE clause */ in sqliteDeleteFrom()
37 WhereInfo *pWInfo; /* Information about the WHERE clause */ in sqliteUpdate()
2018 WhereInfo *pWInfo; in sqliteSelect()