Searched refs:sqlite3ExprListDelete (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 21973 SQLITE_PRIVATE void sqlite3ExprListDelete(sqlite3*, ExprList*); 110866 sqlite3ExprListDelete(db, pFJMatch); 110876 sqlite3ExprListDelete(db, pFJMatch); 110929 sqlite3ExprListDelete(db, pFJMatch); 110939 sqlite3ExprListDelete(db, pFJMatch); 111264 sqlite3ExprListDelete(db, pFJMatch); 113956 sqlite3ExprListDelete(pParse->db, pEList); 114003 sqlite3ExprListDelete(db, pList); /* Avoid memory leak when malloc fails */ 114055 sqlite3ExprListDelete(db, pOrderBy); 114068 sqlite3ExprListDelete(db, pOrderBy); [all …]
|