Lines Matching full:sqlite3_os_init
1705 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
1728 ** The sqlite3_os_init() routine does operating-system specific
1730 ** routine undoes the effect of sqlite3_os_init(). Typical tasks
1736 ** The application should never invoke either sqlite3_os_init()
1738 ** sqlite3_initialize() and sqlite3_shutdown(). The sqlite3_os_init()
1741 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1746 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1747 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1753 SQLITE_API int sqlite3_os_init(void);
1773 ** implementation of an application-defined [sqlite3_os_init()].
9454 ** Wrapper around OS specific sqlite3_os_init() function.
14925 ** sqlite3_os_init(). The purpose of the wrapper is to provide the
14927 ** error in sqlite3_os_init() by the upper layers can be tested.
14933 return sqlite3_os_init();
24769 SQLITE_API int sqlite3_os_init(void){
24852 ** plus implementations of sqlite3_os_init() and sqlite3_os_end().
31802 SQLITE_API int sqlite3_os_init(void){
34347 ** During sqlite3_os_init() we do a GetSystemInfo()
35765 SQLITE_API int sqlite3_os_init(void){
112610 ** sqlite3_os_init() when it invokes sqlite3_vfs_register(), but other