HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_os_init (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 1643 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
1666 ** The sqlite3_os_init() routine does operating-system specific
1668 ** routine undoes the effect of sqlite3_os_init(). Typical tasks
1674 ** The application should never invoke either sqlite3_os_init()
1676 ** sqlite3_initialize() and sqlite3_shutdown(). The sqlite3_os_init()
1679 ** implementations for sqlite3_os_init() and sqlite3_os_end()
1684 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
1685 ** implementation of sqlite3_os_init() or sqlite3_os_end()
1691 SQLITE_API int sqlite3_os_init(void);
1723 ** implementation of an application-defined [sqlite3_os_init()]
    [all...]
sqlite3.c 1964 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
1987 ** The sqlite3_os_init() routine does operating-system specific
1989 ** routine undoes the effect of sqlite3_os_init(). Typical tasks
1995 ** The application should never invoke either sqlite3_os_init()
1997 ** sqlite3_initialize() and sqlite3_shutdown(). The sqlite3_os_init()
2000 ** implementations for sqlite3_os_init() and sqlite3_os_end()
2005 ** sqlite3_os_init() and sqlite3_os_end(). An application-supplied
2006 ** implementation of sqlite3_os_init() or sqlite3_os_end()
2012 SQLITE_API int sqlite3_os_init(void);
2044 ** implementation of an application-defined [sqlite3_os_init()]
40149 SQLITE_API int sqlite3_os_init(void){ function
48612 SQLITE_API int sqlite3_os_init(void){ function
55112 SQLITE_API int sqlite3_os_init(void){ function
    [all...]

Completed in 78 milliseconds