Lines Matching refs:With
1229 typedef struct With With; typedef
3361 With *pWith; /* WITH clause attached to this select. Or NULL. */
3731 With *pWith; /* Current WITH clause, or NULL */
4176 struct With { struct
4179 With *pOuter; /* Containing WITH clause, or NULL */ argument
4522 void sqlite3TreeViewWith(TreeView*, const With*, u8);
4525 void sqlite3TreeViewDelete(const With*, const SrcList*, const Expr*,
4527 void sqlite3TreeViewInsert(const With*, const SrcList*,
4530 void sqlite3TreeViewUpdate(const With*, const SrcList*, const ExprList*,
4547 void sqlite3ShowWith(const With*);
4863 With *sqlite3WithDup(sqlite3 *db, With *p);
5285 With *sqlite3WithAdd(Parse*,With*,Cte*);
5286 void sqlite3WithDelete(sqlite3*,With*);
5287 With *sqlite3WithPush(Parse*, With*, u8);