Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c19392 SQLITE_PRIVATE void sqlite3WithDelete(sqlite3*,With*);
19396 #define sqlite3WithDelete(x,y) macro
111517 SQLITE_PRIVATE void sqlite3WithDelete(sqlite3 *db, With *pWith){
124725 if( OK_IF_ALWAYS_TRUE(p->pWith) ) sqlite3WithDelete(db, p->pWith);
150139 sqlite3WithDelete(pParse->db, (yypminor->yy59));
151592 sqlite3WithDelete(pParse->db, yymsp[-1].minor.yy59);
151604 sqlite3WithDelete(pParse->db, yymsp[-1].minor.yy59);
154073 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree);

Completed in 418 milliseconds