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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c1888 int sqlite3_os_init(void){ function
H A Dos_win.c1221 ** During sqlite3_os_init() we do a GetSystemInfo()
2747 int sqlite3_os_init(void){ function
H A Dos_unix.c44 ** plus implementations of sqlite3_os_init() and sqlite3_os_end().
6671 int sqlite3_os_init(void){ function
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c1589 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
1612 ** The sqlite3_os_init() routine does operating-system specific
1614 ** routine undoes the effect of sqlite3_os_init(). Typical tasks
1620 ** The application should never invoke either sqlite3_os_init()
1622 ** sqlite3_initialize() and sqlite3_shutdown(). The sqlite3_os_init()
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()
1637 SQLITE_API int sqlite3_os_init(void);
1657 ** implementation of an application-defined [sqlite3_os_init()]
23900 SQLITE_API int sqlite3_os_init(void){ function
30812 SQLITE_API int sqlite3_os_init(void){ function
33866 SQLITE_API int sqlite3_os_init(void){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c1389 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
1412 ** The sqlite3_os_init() routine does operating-system specific
1414 ** routine undoes the effect of sqlite3_os_init(). Typical tasks
1420 ** The application should never invoke either sqlite3_os_init()
1422 ** sqlite3_initialize() and sqlite3_shutdown(). The sqlite3_os_init()
1425 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1430 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1431 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1437 SQLITE_API int sqlite3_os_init(void);
1457 ** implementation of an application-defined [sqlite3_os_init()]
31673 SQLITE_API int sqlite3_os_init(void){ function
37428 SQLITE_API int sqlite3_os_init(void){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c1389 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
1412 ** The sqlite3_os_init() routine does operating-system specific
1414 ** routine undoes the effect of sqlite3_os_init(). Typical tasks
1420 ** The application should never invoke either sqlite3_os_init()
1422 ** sqlite3_initialize() and sqlite3_shutdown(). The sqlite3_os_init()
1425 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1430 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1431 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1437 SQLITE_API int sqlite3_os_init(void);
1457 ** implementation of an application-defined [sqlite3_os_init()]
31693 SQLITE_API int sqlite3_os_init(void){ function
37448 SQLITE_API int sqlite3_os_init(void){ function
[all...]

Completed in 527 milliseconds