Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3_os_end

1706 ** will invoke sqlite3_os_end().
1729 ** initialization of the SQLite library. The sqlite3_os_end()
1737 ** or sqlite3_os_end() directly. The application should only invoke
1740 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate
1741 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1746 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1747 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1754 SQLITE_API int sqlite3_os_end(void);
24800 SQLITE_API int sqlite3_os_end(void){
24852 ** plus implementations of sqlite3_os_init() and sqlite3_os_end().
31821 ** systems. This routine, and the sqlite3_os_end() routine that follows,
31927 SQLITE_API int sqlite3_os_end(void){
35834 SQLITE_API int sqlite3_os_end(void){
112736 sqlite3_os_end();