Home
last modified time | relevance | path

Searched refs:sqlite3_os_init (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dos.c349 return sqlite3_os_init(); in sqlite3OsInit()
H A Dos_kv.c960 int sqlite3_os_init(void){ in sqlite3_os_init() function
H A Dsqlite.h.in1587 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
1610 ** The sqlite3_os_init() routine does operating-system specific
1612 ** routine undoes the effect of sqlite3_os_init(). Typical tasks
1618 ** The application should never invoke either sqlite3_os_init()
1620 ** sqlite3_initialize() and sqlite3_shutdown(). The sqlite3_os_init()
1623 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1628 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1629 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1635 int sqlite3_os_init(void);
1657 ** implementation of an application-defined [sqlite3_os_init()].
H A Dos_win.c6045 int sqlite3_os_init(void){ function
H A Dos_unix.c7974 int sqlite3_os_init(void){ in sqlite3_os_init() function