Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c12769 SQLITE_PRIVATE void sqlite3WithDelete(sqlite3*,With*);
12773 #define sqlite3WithDelete(x,y) macro
88399 SQLITE_PRIVATE void sqlite3WithDelete(sqlite3 *db, With *pWith){
99531 sqlite3WithDelete(db, p->pWith);
116209 sqlite3WithDelete(pParse->db, (yypminor->yy59));
117173 sqlite3WithDelete(pParse->db, yymsp[-1].minor.yy59);
119056 if( pParse->bFreeWith ) sqlite3WithDelete(db, pParse->pWith);