Searched refs:sqlite3_os_end (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h797 ** shall invoke sqlite3_os_end().
820 ** initialization of the SQLite library. The sqlite3_os_end()
828 ** or sqlite3_os_end() directly. The application should only invoke
831 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate
832 ** implementations for sqlite3_os_init() and sqlite3_os_end()
836 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
837 ** implementation of sqlite3_os_init() or sqlite3_os_end()
844 int sqlite3_os_end(void);
/external/sqlite/dist/orig/
H A Dsqlite3.h1156 ** will invoke sqlite3_os_end().
1179 ** initialization of the SQLite library. The sqlite3_os_end()
1187 ** or sqlite3_os_end() directly. The application should only invoke
1190 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate
1191 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1196 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1197 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1204 SQLITE_API int sqlite3_os_end(void);
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.h1156 ** will invoke sqlite3_os_end().
1179 ** initialization of the SQLite library. The sqlite3_os_end()
1187 ** or sqlite3_os_end() directly. The application should only invoke
1190 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate
1191 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1196 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1197 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1204 SQLITE_API int sqlite3_os_end(void);
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()
31927 SQLITE_API int sqlite3_os_end(void){ function
35834 SQLITE_API int sqlite3_os_end(void){ function
[all...]

Completed in 342 milliseconds