Home | History | Annotate | Download | only in dist

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.
466 ** 3rd parameter to the [sqlite3_open_v2()] interface and
470 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */
471 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */
472 #define SQLITE_OPEN_CREATE 0x00000004 /* Ok for sqlite3_open_v2() */
483 #define SQLITE_OPEN_NOMUTEX 0x00008000 /* Ok for sqlite3_open_v2() */
484 #define SQLITE_OPEN_FULLMUTEX 0x00010000 /* Ok for sqlite3_open_v2() */
485 #define SQLITE_OPEN_SHAREDCACHE 0x00020000 /* Ok for sqlite3_open_v2() */
486 #define SQLITE_OPEN_PRIVATECACHE 0x00040000 /* Ok for sqlite3_open_v2() */
794 ** the flags argument to [sqlite3_open_v2()]. Or if [sqlite3_open()]
1100 ** [sqlite3_open16()], or [sqlite3_open_v2()].
2269 ** sqlite3_open() and sqlite3_open_v2() and as UTF-16 in the native byte
2281 ** sqlite3_open() or sqlite3_open_v2() is called and
2288 ** The sqlite3_open_v2() interface works like sqlite3_open()
2291 ** sqlite3_open_v2() can take one of
2312 ** If the 3rd parameter to sqlite3_open_v2() is not one of the
2342 ** ^The fourth parameter to sqlite3_open_v2() is the name of the
2348 ** of sqlite3_open() and sqlite3_open_v2() must be UTF-8, not whatever
2351 ** sqlite3_open() or sqlite3_open_v2().
2361 SQLITE_API int sqlite3_open_v2(
2543 ** prior successful call to [sqlite3_open()], [sqlite3_open_v2()] or
4210 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()].
4450 ** or [sqlite3_open_v2()] call that provoked the xEntryPoint() will fail.