Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c18084 With *pWithToFree; /* Free this WITH object at the end of the parse */ member
129232 assert( bFree==0 || (pParse->pWith==0 && pParse->pWithToFree==0) );
129237 if( bFree ) pParse->pWithToFree = pWith;
154073 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree);

Completed in 381 milliseconds