Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c20109 SQLITE_PRIVATE void sqlite3WithDelete(sqlite3*,With*);
20113 #define sqlite3WithDelete(x,y) macro
115124 SQLITE_PRIVATE void sqlite3WithDelete(sqlite3 *db, With *pWith){
128943 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith);
155510 sqlite3WithDelete(pParse->db, (yypminor->yy131));
156995 sqlite3WithDelete(pParse->db, yymsp[-1].minor.yy131);
157007 sqlite3WithDelete(pParse->db, yymsp[-1].minor.yy131);
159624 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree);