Lines Matching full:sqlite3_open
220 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
285 ** from [sqlite3_open()], [sqlite3_open16()], or
919 ** the flags argument to [sqlite3_open_v2()]. Or if [sqlite3_open()]
1165 ** invoke sqlite3_initialize() directly. For example, [sqlite3_open()]
1167 ** initialized when [sqlite3_open()] is called if it has not be initialized
1540 ** passed to [sqlite3_open()], [sqlite3_open_v2()], [sqlite3_open16()] or
2459 ** sqlite3_open() and sqlite3_open_v2() and as UTF-16 in the native byte
2468 ** of the sqlite3_open() routines.
2471 ** sqlite3_open() or sqlite3_open_v2() is called and
2478 ** The sqlite3_open_v2() interface works like sqlite3_open()
2499 ** sqlite3_open() and sqlite3_open16().</dd>)^
2536 ** [[URI filenames in sqlite3_open()]] <h3>URI Filenames</h3>
2643 ** of sqlite3_open() and sqlite3_open_v2() must be UTF-8, not whatever
2646 ** sqlite3_open() or sqlite3_open_v2().
2648 SQLITE_API int sqlite3_open(
2884 ** prior successful call to [sqlite3_open()], [sqlite3_open_v2()] or
4359 ** called right after sqlite3_open().
4641 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()].
4896 ** xEntryPoint() returns an error, the [sqlite3_open()], [sqlite3_open16()],