Home
last modified time | relevance | path

Searched refs:sqlite3_free_filename (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dloadext.c479 sqlite3_free_filename,
H A Dattach.c200 sqlite3_free_filename( zPath ); in attachFunc()
H A Dmain.c3132 sqlite3_free_filename(zFile); in sqlite3ParseUri()
3508 sqlite3_free_filename(zOpen); in openDatabase()
4549 void sqlite3_free_filename(const char *p){ in sqlite3_free_filename() function
H A Dsqlite3ext.h664 #define sqlite3_free_filename sqlite3_api->free_filename macro
H A Dtest_multiplex.c444 sqlite3_free_filename(pGroup->aReal[iChunk].z); in multiplexSubClose()
H A Dsqlite.h.in3812 ** must be released by a corresponding call to sqlite3_free_filename(Y).
3822 ** The sqlite3_free_filename(Y) routine releases a memory allocation
3824 ** sqlite3_free_filename(Y) where Y is a NULL pointer is a harmless no-op.
3826 ** If the Y parameter to sqlite3_free_filename(Y) is anything other
3830 ** used again after sqlite3_free_filename(Y) has been called. This means
3833 ** invoked prior to calling sqlite3_free_filename(Y).
3842 void sqlite3_free_filename(sqlite3_filename);