Lines Matching defs:sqlite3_open_v2

792 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
875 ** [sqlite3_open_v2()], and not previously closed.
1078 ** 3rd parameter to the [sqlite3_open_v2()] interface and
1081 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */
1082 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */
1083 #define SQLITE_OPEN_CREATE 0x00000004 /* Ok for sqlite3_open_v2() */
1087 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */
1088 #define SQLITE_OPEN_MEMORY 0x00000080 /* Ok for sqlite3_open_v2() */
1096 #define SQLITE_OPEN_NOMUTEX 0x00008000 /* Ok for sqlite3_open_v2() */
1097 #define SQLITE_OPEN_FULLMUTEX 0x00010000 /* Ok for sqlite3_open_v2() */
1098 #define SQLITE_OPEN_SHAREDCACHE 0x00020000 /* Ok for sqlite3_open_v2() */
1099 #define SQLITE_OPEN_PRIVATECACHE 0x00040000 /* Ok for sqlite3_open_v2() */
1566 ** the flags argument to [sqlite3_open_v2()]. Or if [sqlite3_open()]
2189 ** passed to [sqlite3_open()], [sqlite3_open_v2()], [sqlite3_open16()] or
3158 ** sqlite3_open() and sqlite3_open_v2() and as UTF-16 in the native byte
3170 ** sqlite3_open() or sqlite3_open_v2() is called and
3177 ** The sqlite3_open_v2() interface works like sqlite3_open()
3180 ** sqlite3_open_v2() can take one of
3201 ** If the 3rd parameter to sqlite3_open_v2() is not one of the
3218 ** ^The fourth parameter to sqlite3_open_v2() is the name of the
3240 ** set in the fourth argument to sqlite3_open_v2(), or if it has
3272 ** VFS is an error. ^If sqlite3_open_v2() is used and the vfs option is
3274 ** the value passed as the fourth parameter to sqlite3_open_v2().
3281 ** third argument to sqlite3_open_v2(). ^If the mode option is set to
3289 ** the flags passed in the third parameter to sqlite3_open_v2().
3294 ** sqlite3_open_v2(). ^Setting the cache parameter to "private" is
3296 ** ^If sqlite3_open_v2() is used and the "cache" parameter is present in
3344 ** of sqlite3_open() and sqlite3_open_v2() must be UTF-8, not whatever
3347 ** sqlite3_open() or sqlite3_open_v2().
3350 ** prior to calling sqlite3_open() or sqlite3_open_v2(). Otherwise, various
3363 SQLITE_API int sqlite3_open_v2(
3597 ** prior successful call to [sqlite3_open()], [sqlite3_open_v2()] or
5174 ** prior to calling [sqlite3_open] or [sqlite3_open_v2]. Otherwise, various
5416 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()].
5684 ** or [sqlite3_open_v2()] call that provoked the xEntryPoint() will fail.
49633 ** sqlite3_open(), sqlite3_open16(), or sqlite3_open_v2().
92589 #define sqlite3_open_v2 sqlite3_api->open_v2
92954 sqlite3_open_v2,
116902 ** user to API functions sqlite3_open() or sqlite3_open_v2(), and for database
117033 ** correspond to flags that may be passed to the sqlite3_open_v2()
117193 ** valid input flags for sqlite3_open_v2() are SQLITE_OPEN_READONLY,
117412 SQLITE_API int sqlite3_open_v2(