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

/external/sqlite/dist/orig/
H A Dsqlite3.c1507 ** will invoke sqlite3_os_end().
1530 ** initialization of the SQLite library. The sqlite3_os_end()
1538 ** or sqlite3_os_end() directly. The application should only invoke
1541 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate
1542 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1547 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1548 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1555 SQLITE_API int SQLITE_STDCALL sqlite3_os_end(void);
25291 ** plus implementations of sqlite3_os_init() and sqlite3_os_end().
33005 SQLITE_API int SQLITE_STDCALL sqlite3_os_end(void){ function
38832 SQLITE_API int SQLITE_STDCALL sqlite3_os_end(void){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c1507 ** will invoke sqlite3_os_end().
1530 ** initialization of the SQLite library. The sqlite3_os_end()
1538 ** or sqlite3_os_end() directly. The application should only invoke
1541 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate
1542 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1547 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1548 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1555 SQLITE_API int SQLITE_STDCALL sqlite3_os_end(void);
25291 ** plus implementations of sqlite3_os_init() and sqlite3_os_end().
33023 SQLITE_API int SQLITE_STDCALL sqlite3_os_end(void){ function
38850 SQLITE_API int SQLITE_STDCALL sqlite3_os_end(void){ function
[all...]

Completed in 408 milliseconds