Lines Matching refs:sqlite3_os_end
2450 ** will invoke sqlite3_os_end().
2473 ** initialization of the SQLite library. The sqlite3_os_end()
2481 ** or sqlite3_os_end() directly. The application should only invoke
2484 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate
2485 ** implementations for sqlite3_os_init() and sqlite3_os_end()
2490 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
2491 ** implementation of sqlite3_os_init() or sqlite3_os_end()
2498 SQLITE_API int sqlite3_os_end(void);
30590 ** plus implementations of sqlite3_os_init() and sqlite3_os_end().
38370 ** systems. This routine, and the sqlite3_os_end() routine that follows,
38478 SQLITE_API int sqlite3_os_end(void){
44751 SQLITE_API int sqlite3_os_end(void){
143684 sqlite3_os_end();