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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c1919 int sqlite3_os_end(void){ function
H A Dos_win.c2783 int sqlite3_os_end(void){ function
H A Dos_unix.c44 ** plus implementations of sqlite3_os_init() and sqlite3_os_end().
6662 ** systems. This routine, and the sqlite3_os_end() routine that follows,
6768 int sqlite3_os_end(void){ function
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c1590 ** will invoke sqlite3_os_end().
1613 ** initialization of the SQLite library. The sqlite3_os_end()
1621 ** or sqlite3_os_end() directly. The application should only invoke
1624 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate
1625 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1630 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1631 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1638 SQLITE_API int sqlite3_os_end(void);
23946 SQLITE_API int sqlite3_os_end(void){ function
23998 ** plus implementations of sqlite3_os_init() and sqlite3_os_end()
30924 SQLITE_API int sqlite3_os_end(void){ function
33917 SQLITE_API int sqlite3_os_end(void){ function
[all...]
/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()
31927 SQLITE_API int sqlite3_os_end(void){ function
35834 SQLITE_API int sqlite3_os_end(void){ function
[all...]

Completed in 437 milliseconds