Searched refs:sqlite3_os_end (Results 1 – 5 of 5) sorted by relevance
963 int sqlite3_os_end(void){ in sqlite3_os_end() function
388 sqlite3_os_end(); in sqlite3_shutdown()
6180 int sqlite3_os_end(void){ function
1588 ** will invoke sqlite3_os_end().1611 ** initialization of the SQLite library. The sqlite3_os_end()1619 ** or sqlite3_os_end() directly. The application should only invoke1622 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate1623 ** implementations for sqlite3_os_init() and sqlite3_os_end()1628 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied1629 ** implementation of sqlite3_os_init() or sqlite3_os_end()1636 int sqlite3_os_end(void);
8104 int sqlite3_os_end(void){ in sqlite3_os_end() function