Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:sqlite3_open_v2

764 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
829 ** [sqlite3_open_v2()], and not previously closed.
1006 ** 3rd parameter to the [sqlite3_open_v2()] interface and
1010 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */
1011 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */
1012 #define SQLITE_OPEN_CREATE 0x00000004 /* Ok for sqlite3_open_v2() */
1023 #define SQLITE_OPEN_NOMUTEX 0x00008000 /* Ok for sqlite3_open_v2() */
1024 #define SQLITE_OPEN_FULLMUTEX 0x00010000 /* Ok for sqlite3_open_v2() */
1025 #define SQLITE_OPEN_SHAREDCACHE 0x00020000 /* Ok for sqlite3_open_v2() */
1026 #define SQLITE_OPEN_PRIVATECACHE 0x00040000 /* Ok for sqlite3_open_v2() */
1354 ** the flags argument to [sqlite3_open_v2()]. Or if [sqlite3_open()]
2871 ** sqlite3_open() and sqlite3_open_v2() and as UTF-16 in the native byte
2883 ** sqlite3_open() or sqlite3_open_v2() is called and
2890 ** The sqlite3_open_v2() interface works like sqlite3_open()
2893 ** sqlite3_open_v2() can take one of
2914 ** If the 3rd parameter to sqlite3_open_v2() is not one of the
2944 ** ^The fourth parameter to sqlite3_open_v2() is the name of the
2950 ** of sqlite3_open() and sqlite3_open_v2() must be UTF-8, not whatever
2953 ** sqlite3_open() or sqlite3_open_v2().
2963 SQLITE_API int sqlite3_open_v2(
3145 ** prior successful call to [sqlite3_open()], [sqlite3_open_v2()] or
4837 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()].
5077 ** or [sqlite3_open_v2()] call that provoked the xEntryPoint() will fail.
47187 ** sqlite3_open(), sqlite3_open16(), or sqlite3_open_v2().
86856 #define sqlite3_open_v2 sqlite3_api->open_v2
87191 sqlite3_open_v2,
109091 ** valid input flags for sqlite3_open_v2() are SQLITE_OPEN_READONLY,
109300 SQLITE_API int sqlite3_open_v2(