Lines Matching defs:sqlite3_open_v2
768 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
833 ** [sqlite3_open_v2()], and not previously closed.
1013 ** 3rd parameter to the [sqlite3_open_v2()] interface and
1017 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */
1018 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */
1019 #define SQLITE_OPEN_CREATE 0x00000004 /* Ok for sqlite3_open_v2() */
1030 #define SQLITE_OPEN_NOMUTEX 0x00008000 /* Ok for sqlite3_open_v2() */
1031 #define SQLITE_OPEN_FULLMUTEX 0x00010000 /* Ok for sqlite3_open_v2() */
1032 #define SQLITE_OPEN_SHAREDCACHE 0x00020000 /* Ok for sqlite3_open_v2() */
1033 #define SQLITE_OPEN_PRIVATECACHE 0x00040000 /* Ok for sqlite3_open_v2() */
1341 ** the flags argument to [sqlite3_open_v2()]. Or if [sqlite3_open()]
1647 ** [sqlite3_open16()], or [sqlite3_open_v2()].
2816 ** sqlite3_open() and sqlite3_open_v2() and as UTF-16 in the native byte
2828 ** sqlite3_open() or sqlite3_open_v2() is called and
2835 ** The sqlite3_open_v2() interface works like sqlite3_open()
2838 ** sqlite3_open_v2() can take one of
2859 ** If the 3rd parameter to sqlite3_open_v2() is not one of the
2889 ** ^The fourth parameter to sqlite3_open_v2() is the name of the
2895 ** of sqlite3_open() and sqlite3_open_v2() must be UTF-8, not whatever
2898 ** sqlite3_open() or sqlite3_open_v2().
2908 SQLITE_API int sqlite3_open_v2(
3090 ** prior successful call to [sqlite3_open()], [sqlite3_open_v2()] or
4757 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()].
4997 ** or [sqlite3_open_v2()] call that provoked the xEntryPoint() will fail.
45432 ** sqlite3_open(), sqlite3_open16(), or sqlite3_open_v2().
84801 #define sqlite3_open_v2 sqlite3_api->open_v2
85131 sqlite3_open_v2,
106595 ** valid input flags for sqlite3_open_v2() are SQLITE_OPEN_READONLY,
106815 SQLITE_API int sqlite3_open_v2(