Searched refs:sqlite3_free_filename (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h671 #define sqlite3_free_filename sqlite3_api->free_filename macro
H A Dsqlite3.h3897 ** must be released by a corresponding call to sqlite3_free_filename(Y).
3907 ** The sqlite3_free_filename(Y) routine releases a memory allocation
3909 ** sqlite3_free_filename(Y) where Y is a NULL pointer is a harmless no-op.
3911 ** If the Y parameter to sqlite3_free_filename(Y) is anything other
3915 ** used again after sqlite3_free_filename(Y) has been called. This means
3918 ** invoked prior to calling sqlite3_free_filename(Y).
3927 SQLITE_API void sqlite3_free_filename(sqlite3_filename);
H A Dsqlite3.c4210 ** must be released by a corresponding call to sqlite3_free_filename(Y).
4220 ** The sqlite3_free_filename(Y) routine releases a memory allocation
4222 ** sqlite3_free_filename(Y) where Y is a NULL pointer is a harmless no-op.
4224 ** If the Y parameter to sqlite3_free_filename(Y) is anything other
4228 ** used again after sqlite3_free_filename(Y) has been called. This means
4231 ** invoked prior to calling sqlite3_free_filename(Y).
4240 SQLITE_API void sqlite3_free_filename(sqlite3_filename);
136143 #define sqlite3_free_filename macro
182911 SQLITE_API void sqlite3_free_filename(const char *p){ function
[all...]

Completed in 601 milliseconds