Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_os_end

1007 ** will invoke sqlite3_os_end().
1030 ** initialization of the SQLite library. The sqlite3_os_end()
1038 ** or sqlite3_os_end() directly. The application should only invoke
1041 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate
1042 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1047 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1048 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1055 SQLITE_API int sqlite3_os_end(void);