Searched refs:sqlite3_os_init (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h1120 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
1143 ** The sqlite3_os_init() routine does operating-system specific
1145 ** routine undoes the effect of sqlite3_os_init(). Typical tasks
1151 ** The application should never invoke either sqlite3_os_init()
1153 ** sqlite3_initialize() and sqlite3_shutdown(). The sqlite3_os_init()
1156 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1161 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1162 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1168 SQLITE_API int sqlite3_os_init(void);
1188 ** implementation of an application-defined [sqlite3_os_init()]
[all...]
H A Dsqlite3.c1670 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
1693 ** The sqlite3_os_init() routine does operating-system specific
1695 ** routine undoes the effect of sqlite3_os_init(). Typical tasks
1701 ** The application should never invoke either sqlite3_os_init()
1703 ** sqlite3_initialize() and sqlite3_shutdown(). The sqlite3_os_init()
1706 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1711 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1712 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1718 SQLITE_API int sqlite3_os_init(void);
1738 ** implementation of an application-defined [sqlite3_os_init()]
24708 SQLITE_API int sqlite3_os_init(void){ function
31686 SQLITE_API int sqlite3_os_init(void){ function
35649 SQLITE_API int sqlite3_os_init(void){ function
[all...]

Completed in 380 milliseconds