Searched refs:sqlite3WithDelete (Results 1 – 4 of 4) sorted by relevance
5286 void sqlite3WithDelete(sqlite3*,With*);5292 # define sqlite3WithDelete(x,y) macro
544 sqlite3WithDelete(pParse->db, pWith);1722 %destructor wqlist {sqlite3WithDelete(pParse->db, $$);}
89 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith); in clearSelect()5417 (void(*)(sqlite3*,void*))sqlite3WithDelete, in sqlite3WithPush()
5670 void sqlite3WithDelete(sqlite3 *db, With *pWith){ in sqlite3WithDelete() function