Lines Matching refs:sqlite3_free_filename
4132 ** must be released by a corresponding call to sqlite3_free_filename(Y).
4142 ** The sqlite3_free_filename(Y) routine releases a memory allocation
4144 ** sqlite3_free_filename(Y) where Y is a NULL pointer is a harmless no-op.
4146 ** If the Y parameter to sqlite3_free_filename(Y) is anything other
4150 ** used again after sqlite3_free_filename(Y) has been called. This means
4153 ** invoked prior to calling sqlite3_free_filename(Y).
4162 SQLITE_API void sqlite3_free_filename(sqlite3_filename);
116781 sqlite3_free_filename( zPath );
132593 #define sqlite3_free_filename sqlite3_api->free_filename
133106 sqlite3_free_filename,
176329 ** The caller must invoke sqlite3_free_filename() (not sqlite3_free()!) on
176562 sqlite3_free_filename(zFile);
176982 sqlite3_free_filename(zOpen);
178026 SQLITE_API void sqlite3_free_filename(const char *p){