Home
last modified time | relevance | path

Searched refs:sqlite3WithDelete (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A DsqliteInt.h5286 void sqlite3WithDelete(sqlite3*,With*);
5292 # define sqlite3WithDelete(x,y) macro
H A Dparse.y544 sqlite3WithDelete(pParse->db, pWith);
1722 %destructor wqlist {sqlite3WithDelete(pParse->db, $$);}
H A Dselect.c89 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith); in clearSelect()
5417 (void(*)(sqlite3*,void*))sqlite3WithDelete, in sqlite3WithPush()
H A Dbuild.c5670 void sqlite3WithDelete(sqlite3 *db, With *pWith){ in sqlite3WithDelete() function