WhereInfo
WhereInfo *pWInfo; /* Information about the WHERE clause */
WhereInfo *pWInfo;
WhereInfo *sqliteWhereBegin(Parse*, SrcList*, Expr*, int, ExprList**);
void sqliteWhereEnd(WhereInfo*);
typedef struct WhereInfo WhereInfo;
WhereInfo *pWInfo; /* Information about the WHERE clause */
void sqliteWhereEnd(WhereInfo *pWInfo){
WhereInfo *sqliteWhereBegin(
WhereInfo *pWInfo; /* Will become the return value of this function */
pWInfo = sqliteMalloc( sizeof(WhereInfo) + pTabList->nSrc*sizeof(WhereLevel));