Lines Matching defs:sqlite3_open_v2

774 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
839 ** [sqlite3_open_v2()], and not previously closed.
1022 ** 3rd parameter to the [sqlite3_open_v2()] interface and
1025 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */
1026 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */
1027 #define SQLITE_OPEN_CREATE 0x00000004 /* Ok for sqlite3_open_v2() */
1031 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */
1039 #define SQLITE_OPEN_NOMUTEX 0x00008000 /* Ok for sqlite3_open_v2() */
1040 #define SQLITE_OPEN_FULLMUTEX 0x00010000 /* Ok for sqlite3_open_v2() */
1041 #define SQLITE_OPEN_SHAREDCACHE 0x00020000 /* Ok for sqlite3_open_v2() */
1042 #define SQLITE_OPEN_PRIVATECACHE 0x00040000 /* Ok for sqlite3_open_v2() */
1405 ** the flags argument to [sqlite3_open_v2()]. Or if [sqlite3_open()]
2026 ** passed to [sqlite3_open()], [sqlite3_open_v2()], [sqlite3_open16()] or
2938 ** sqlite3_open() and sqlite3_open_v2() and as UTF-16 in the native byte
2950 ** sqlite3_open() or sqlite3_open_v2() is called and
2957 ** The sqlite3_open_v2() interface works like sqlite3_open()
2960 ** sqlite3_open_v2() can take one of
2981 ** If the 3rd parameter to sqlite3_open_v2() is not one of the
2998 ** ^The fourth parameter to sqlite3_open_v2() is the name of the
3020 ** set in the fourth argument to sqlite3_open_v2(), or if it has
3052 ** VFS is an error. ^If sqlite3_open_v2() is used and the vfs option is
3054 ** the value passed as the fourth parameter to sqlite3_open_v2().
3064 ** SQLITE_OPEN_READWRITE and SQLITE_OPEN_CREATE. ^If sqlite3_open_v2() is
3072 ** sqlite3_open_v2(). ^Setting the cache parameter to "private" is
3074 ** ^If sqlite3_open_v2() is used and the "cache" parameter is present in
3122 ** of sqlite3_open() and sqlite3_open_v2() must be UTF-8, not whatever
3125 ** sqlite3_open() or sqlite3_open_v2().
3135 SQLITE_API int sqlite3_open_v2(
3339 ** prior successful call to [sqlite3_open()], [sqlite3_open_v2()] or
5031 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()].
5271 ** or [sqlite3_open_v2()] call that provoked the xEntryPoint() will fail.
48327 ** sqlite3_open(), sqlite3_open16(), or sqlite3_open_v2().
89269 #define sqlite3_open_v2 sqlite3_api->open_v2
89611 sqlite3_open_v2,
111949 ** user to API functions sqlite3_open() or sqlite3_open_v2(), and for database
112080 ** correspond to flags that may be passed to the sqlite3_open_v2()
112237 ** valid input flags for sqlite3_open_v2() are SQLITE_OPEN_READONLY,
112449 SQLITE_API int sqlite3_open_v2(