Home
last modified time | relevance | path

Searched refs:sqlite3_os_end (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_kv.c963 int sqlite3_os_end(void){ in sqlite3_os_end() function
H A Dmain.c388 sqlite3_os_end(); in sqlite3_shutdown()
H A Dos_win.c6180 int sqlite3_os_end(void){ function
H A Dsqlite.h.in1588 ** 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 invoke
1622 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate
1623 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1628 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1629 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1636 int sqlite3_os_end(void);
H A Dos_unix.c8104 int sqlite3_os_end(void){ in sqlite3_os_end() function