Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_os_init

1006 ** sqlite3_os_init().  Similarly, ^sqlite3_shutdown()
1029 ** The sqlite3_os_init() routine does operating-system specific
1031 ** routine undoes the effect of sqlite3_os_init(). Typical tasks
1037 ** The application should never invoke either sqlite3_os_init()
1039 ** sqlite3_initialize() and sqlite3_shutdown(). The sqlite3_os_init()
1042 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1047 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1048 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1054 SQLITE_API int sqlite3_os_init(void);
1074 ** implementation of an application-defined [sqlite3_os_init()].