Lines Matching defs:sqlite3_open_v2

336 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
419 ** [sqlite3_open_v2()], and not previously closed.
620 ** 3rd parameter to the [sqlite3_open_v2()] interface and
623 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */
624 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */
625 #define SQLITE_OPEN_CREATE 0x00000004 /* Ok for sqlite3_open_v2() */
629 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */
630 #define SQLITE_OPEN_MEMORY 0x00000080 /* Ok for sqlite3_open_v2() */
638 #define SQLITE_OPEN_NOMUTEX 0x00008000 /* Ok for sqlite3_open_v2() */
639 #define SQLITE_OPEN_FULLMUTEX 0x00010000 /* Ok for sqlite3_open_v2() */
640 #define SQLITE_OPEN_SHAREDCACHE 0x00020000 /* Ok for sqlite3_open_v2() */
641 #define SQLITE_OPEN_PRIVATECACHE 0x00040000 /* Ok for sqlite3_open_v2() */
1153 ** the flags argument to [sqlite3_open_v2()]. Or if [sqlite3_open()]
1776 ** passed to [sqlite3_open()], [sqlite3_open_v2()], [sqlite3_open16()] or
2754 ** sqlite3_open() and sqlite3_open_v2() and as UTF-16 in the native byte
2766 ** sqlite3_open() or sqlite3_open_v2() is called and
2773 ** The sqlite3_open_v2() interface works like sqlite3_open()
2776 ** sqlite3_open_v2() can take one of
2797 ** If the 3rd parameter to sqlite3_open_v2() is not one of the
2814 ** ^The fourth parameter to sqlite3_open_v2() is the name of the
2836 ** set in the fourth argument to sqlite3_open_v2(), or if it has
2868 ** VFS is an error. ^If sqlite3_open_v2() is used and the vfs option is
2870 ** the value passed as the fourth parameter to sqlite3_open_v2().
2877 ** third argument to sqlite3_open_v2(). ^If the mode option is set to
2885 ** the flags passed in the third parameter to sqlite3_open_v2().
2890 ** sqlite3_open_v2(). ^Setting the cache parameter to "private" is
2892 ** ^If sqlite3_open_v2() is used and the "cache" parameter is present in
2965 ** of sqlite3_open() and sqlite3_open_v2() must be UTF-8, not whatever
2968 ** sqlite3_open() or sqlite3_open_v2().
2971 ** prior to calling sqlite3_open() or sqlite3_open_v2(). Otherwise, various
2984 SQLITE_API int sqlite3_open_v2(
3218 ** prior successful call to [sqlite3_open()], [sqlite3_open_v2()] or
4843 ** prior to calling [sqlite3_open] or [sqlite3_open_v2]. Otherwise, various
5087 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()].
5355 ** or [sqlite3_open_v2()] call that provoked the xEntryPoint() will fail.
51646 ** sqlite3_open(), sqlite3_open16(), or sqlite3_open_v2().
97403 #define sqlite3_open_v2 sqlite3_api->open_v2
97771 sqlite3_open_v2,
124350 ** user to API functions sqlite3_open() or sqlite3_open_v2(), and for database
124481 ** correspond to flags that may be passed to the sqlite3_open_v2()
124641 ** valid input flags for sqlite3_open_v2() are SQLITE_OPEN_READONLY,
124863 SQLITE_API int sqlite3_open_v2(