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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d438 int sqlite3_os_end();
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1596 ** will invoke sqlite3_os_end().
1619 ** initialization of the SQLite library. The sqlite3_os_end()
1627 ** or sqlite3_os_end() directly. The application should only invoke
1630 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate
1631 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1636 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1637 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1644 SQLITE_API int sqlite3_os_end(void);
H A Dsqlite3.c1909 ** will invoke sqlite3_os_end().
1932 ** initialization of the SQLite library. The sqlite3_os_end()
1940 ** or sqlite3_os_end() directly. The application should only invoke
1943 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate
1944 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1949 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1950 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1957 SQLITE_API int sqlite3_os_end(void);
15460 ** and sqlite3_os_end() routines.
38006 SQLITE_API int sqlite3_os_end(void){ function
46292 SQLITE_API int sqlite3_os_end(void){ function
52496 SQLITE_API int sqlite3_os_end(void){ function
[all...]

Completed in 503 milliseconds