Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c18736 With *pWithToFree; /* Free this WITH object at the end of the parse */ member
133562 assert( bFree==0 || (pParse->pWith==0 && pParse->pWithToFree==0) );
133567 if( bFree ) pParse->pWithToFree = pWith;
159624 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree);