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

/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h1089 ** will invoke sqlite3_os_end().
1112 ** initialization of the SQLite library. The sqlite3_os_end()
1120 ** or sqlite3_os_end() directly. The application should only invoke
1123 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate
1124 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1129 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1130 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1137 SQLITE_API int sqlite3_os_end(void);
H A Dsqlite3.c1642 ** will invoke sqlite3_os_end().
1665 ** initialization of the SQLite library. The sqlite3_os_end()
1673 ** or sqlite3_os_end() directly. The application should only invoke
1676 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate
1677 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1682 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1683 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1690 SQLITE_API int sqlite3_os_end(void);
24365 SQLITE_API int sqlite3_os_end(void){ function
24417 ** plus implementations of sqlite3_os_init() and sqlite3_os_end()
31346 SQLITE_API int sqlite3_os_end(void){ function
34759 SQLITE_API int sqlite3_os_end(void){ function
[all...]

Completed in 478 milliseconds