Searched refs:sqlite3_os_end (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h1121 ** will invoke sqlite3_os_end().
1144 ** initialization of the SQLite library. The sqlite3_os_end()
1152 ** or sqlite3_os_end() directly. The application should only invoke
1155 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate
1156 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1161 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1162 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1169 SQLITE_API int sqlite3_os_end(void);
H A Dsqlite3.c1671 ** will invoke sqlite3_os_end().
1694 ** initialization of the SQLite library. The sqlite3_os_end()
1702 ** or sqlite3_os_end() directly. The application should only invoke
1705 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate
1706 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1711 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1712 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1719 SQLITE_API int sqlite3_os_end(void);
24739 SQLITE_API int sqlite3_os_end(void){ function
24791 ** plus implementations of sqlite3_os_init() and sqlite3_os_end()
31783 SQLITE_API int sqlite3_os_end(void){ function
35690 SQLITE_API int sqlite3_os_end(void){ function
[all...]

Completed in 359 milliseconds