Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_os_end

1010 ** will invoke sqlite3_os_end().
1033 ** initialization of the SQLite library. The sqlite3_os_end()
1041 ** or sqlite3_os_end() directly. The application should only invoke
1044 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate
1045 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1050 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1051 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1058 SQLITE_API int sqlite3_os_end(void);