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

/external/sqlite/dist/orig/
H A Dsqlite3.c1706 ** will invoke sqlite3_os_end().
1729 ** initialization of the SQLite library. The sqlite3_os_end()
1737 ** or sqlite3_os_end() directly. The application should only invoke
1740 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate
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()
1754 SQLITE_API int sqlite3_os_end(void);
24800 SQLITE_API int sqlite3_os_end(void){ function
24852 ** plus implementations of sqlite3_os_init() and sqlite3_os_end()
31899 SQLITE_API int sqlite3_os_end(void){ function
35806 SQLITE_API int sqlite3_os_end(void){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c1706 ** will invoke sqlite3_os_end().
1729 ** initialization of the SQLite library. The sqlite3_os_end()
1737 ** or sqlite3_os_end() directly. The application should only invoke
1740 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate
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()
1754 SQLITE_API int sqlite3_os_end(void);
24800 SQLITE_API int sqlite3_os_end(void){ function
24852 ** plus implementations of sqlite3_os_init() and sqlite3_os_end()
31912 SQLITE_API int sqlite3_os_end(void){ function
35819 SQLITE_API int sqlite3_os_end(void){ function
[all...]

Completed in 331 milliseconds