Lines Matching refs:sqlite3_open_v2
221 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
286 ** [sqlite3_open_v2()], and not previously closed.
463 ** 3rd parameter to the [sqlite3_open_v2()] interface and
467 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */
468 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */
469 #define SQLITE_OPEN_CREATE 0x00000004 /* Ok for sqlite3_open_v2() */
480 #define SQLITE_OPEN_NOMUTEX 0x00008000 /* Ok for sqlite3_open_v2() */
481 #define SQLITE_OPEN_FULLMUTEX 0x00010000 /* Ok for sqlite3_open_v2() */
482 #define SQLITE_OPEN_SHAREDCACHE 0x00020000 /* Ok for sqlite3_open_v2() */
483 #define SQLITE_OPEN_PRIVATECACHE 0x00040000 /* Ok for sqlite3_open_v2() */
791 ** the flags argument to [sqlite3_open_v2()]. Or if [sqlite3_open()]
1097 ** [sqlite3_open16()], or [sqlite3_open_v2()].
2266 ** sqlite3_open() and sqlite3_open_v2() and as UTF-16 in the native byte
2278 ** sqlite3_open() or sqlite3_open_v2() is called and
2285 ** The sqlite3_open_v2() interface works like sqlite3_open()
2288 ** sqlite3_open_v2() can take one of
2309 ** If the 3rd parameter to sqlite3_open_v2() is not one of the
2339 ** ^The fourth parameter to sqlite3_open_v2() is the name of the
2345 ** of sqlite3_open() and sqlite3_open_v2() must be UTF-8, not whatever
2348 ** sqlite3_open() or sqlite3_open_v2().
2358 SQLITE_API int sqlite3_open_v2(
2540 ** prior successful call to [sqlite3_open()], [sqlite3_open_v2()] or
4207 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()].
4447 ** or [sqlite3_open_v2()] call that provoked the xEntryPoint() will fail.