Searched refs:sqlite3_free_filename (Results 1 – 6 of 6) sorted by relevance
479 sqlite3_free_filename,
200 sqlite3_free_filename( zPath ); in attachFunc()
3132 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
664 #define sqlite3_free_filename sqlite3_api->free_filename macro
444 sqlite3_free_filename(pGroup->aReal[iChunk].z); in multiplexSubClose()
3812 ** must be released by a corresponding call to sqlite3_free_filename(Y).3822 ** The sqlite3_free_filename(Y) routine releases a memory allocation3824 ** 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 other3830 ** used again after sqlite3_free_filename(Y) has been called. This means3833 ** invoked prior to calling sqlite3_free_filename(Y).3842 void sqlite3_free_filename(sqlite3_filename);