Searched refs:sqlite3_os_init (Results 1 – 5 of 5) sorted by relevance
349 return sqlite3_os_init(); in sqlite3OsInit()
960 int sqlite3_os_init(void){ in sqlite3_os_init() function
1587 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()1610 ** The sqlite3_os_init() routine does operating-system specific1612 ** routine undoes the effect of sqlite3_os_init(). Typical tasks1618 ** 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-supplied1629 ** implementation of sqlite3_os_init() or sqlite3_os_end()1635 int sqlite3_os_init(void);1657 ** implementation of an application-defined [sqlite3_os_init()].
6045 int sqlite3_os_init(void){ function
7974 int sqlite3_os_init(void){ in sqlite3_os_init() function