Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h670 #define sqlite3_free_filename sqlite3_api->free_filename macro
H A Dsqlite3.h3826 ** must be released by a corresponding call to sqlite3_free_filename(Y).
3836 ** The sqlite3_free_filename(Y) routine releases a memory allocation
3838 ** sqlite3_free_filename(Y) where Y is a NULL pointer is a harmless no-op.
3840 ** If the Y parameter to sqlite3_free_filename(Y) is anything other
3844 ** used again after sqlite3_free_filename(Y) has been called. This means
3847 ** invoked prior to calling sqlite3_free_filename(Y).
3856 SQLITE_API void sqlite3_free_filename(sqlite3_filename);
/third_party/sqlite/src/
H A Dsqlite3.c4132 ** 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);
132593 #define sqlite3_free_filename global() macro
178026 SQLITE_API void sqlite3_free_filename(const char *p){ global() function
[all...]

Completed in 161 milliseconds