sqlite3WhereBegin  248 ext/pdo_sqlite/sqlite/src/delete.c     pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, 0);
sqlite3WhereBegin 2978 ext/pdo_sqlite/sqlite/src/select.c     pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, &pOrderBy);
sqlite3WhereBegin 3133 ext/pdo_sqlite/sqlite/src/select.c       pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, &pGroupBy);
sqlite3WhereBegin 3243 ext/pdo_sqlite/sqlite/src/select.c       pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, 0);
sqlite3WhereBegin 1673 ext/pdo_sqlite/sqlite/src/sqliteInt.h WhereInfo *sqlite3WhereBegin(Parse*, SrcList*, Expr*, ExprList**);
sqlite3WhereBegin  300 ext/pdo_sqlite/sqlite/src/update.c   pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, 0);