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

/external/sqlite/dist/orig/
H A Dsqlite3.c1705 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
1728 ** The sqlite3_os_init() routine does operating-system specific
1730 ** routine undoes the effect of sqlite3_os_init(). Typical tasks
1736 ** The application should never invoke either sqlite3_os_init()
1738 ** sqlite3_initialize() and sqlite3_shutdown(). The sqlite3_os_init()
1741 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1746 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1747 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1753 SQLITE_API int sqlite3_os_init(void);
1773 ** implementation of an application-defined [sqlite3_os_init()]
24769 SQLITE_API int sqlite3_os_init(void){ function
31802 SQLITE_API int sqlite3_os_init(void){ function
35765 SQLITE_API int sqlite3_os_init(void){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c1705 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
1728 ** The sqlite3_os_init() routine does operating-system specific
1730 ** routine undoes the effect of sqlite3_os_init(). Typical tasks
1736 ** The application should never invoke either sqlite3_os_init()
1738 ** sqlite3_initialize() and sqlite3_shutdown(). The sqlite3_os_init()
1741 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1746 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1747 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1753 SQLITE_API int sqlite3_os_init(void);
1773 ** implementation of an application-defined [sqlite3_os_init()]
24769 SQLITE_API int sqlite3_os_init(void){ function
31830 SQLITE_API int sqlite3_os_init(void){ function
35793 SQLITE_API int sqlite3_os_init(void){ function
[all...]

Completed in 416 milliseconds