Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c22015 SQLITE_PRIVATE void sqlite3WithDelete(sqlite3*,With*);
22022 # define sqlite3WithDelete(x,y) macro
128782 SQLITE_PRIVATE void sqlite3WithDelete(sqlite3 *db, With *pWith){
128792 sqlite3WithDelete(db, (With*)pWith);
144932 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith);
175430 sqlite3WithDelete(pParse->db, pWith);
177749 sqlite3WithDelete(pParse->db, (yypminor->yy125));