Home | History | Annotate | Download | only in src

Lines Matching defs:sqlite3ExprListDelete

520     sqlite3ExprListDelete(db, pList); /* Avoid memory leak when malloc fails */
627 sqlite3ExprListDelete(db, p->x.pList);
1013 sqlite3ExprListDelete(db, pList);
1087 void sqlite3ExprListDelete(sqlite3 *db, ExprList *pList){