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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h1088 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
1111 ** The sqlite3_os_init() routine does operating-system specific
1113 ** routine undoes the effect of sqlite3_os_init(). Typical tasks
1119 ** The application should never invoke either sqlite3_os_init()
1121 ** sqlite3_initialize() and sqlite3_shutdown(). The sqlite3_os_init()
1124 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1129 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1130 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1136 SQLITE_API int sqlite3_os_init(void);
1156 ** implementation of an application-defined [sqlite3_os_init()]
[all...]
H A Dsqlite3.c1641 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
1664 ** The sqlite3_os_init() routine does operating-system specific
1666 ** routine undoes the effect of sqlite3_os_init(). Typical tasks
1672 ** The application should never invoke either sqlite3_os_init()
1674 ** sqlite3_initialize() and sqlite3_shutdown(). The sqlite3_os_init()
1677 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1682 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1683 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1689 SQLITE_API int sqlite3_os_init(void);
1709 ** implementation of an application-defined [sqlite3_os_init()]
24334 SQLITE_API int sqlite3_os_init(void){ function
31249 SQLITE_API int sqlite3_os_init(void){ function
34723 SQLITE_API int sqlite3_os_init(void){ function
[all...]

Completed in 252 milliseconds