Lines Matching refs:sqlite3_open
238 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
326 ** from [sqlite3_open()], [sqlite3_open16()], or
1189 ** the flags argument to [sqlite3_open_v2()]. Or if [sqlite3_open()]
1435 ** invoke sqlite3_initialize() directly. For example, [sqlite3_open()]
1437 ** initialized when [sqlite3_open()] is called if it has not be initialized
1827 ** enabled, all filenames passed to [sqlite3_open()], [sqlite3_open_v2()],
3082 ** sqlite3_open() and sqlite3_open_v2() and as UTF-16 in the native byte
3091 ** of the sqlite3_open() routines.
3094 ** sqlite3_open() or sqlite3_open_v2(). ^The default encoding for databases
3101 ** The sqlite3_open_v2() interface works like sqlite3_open()
3122 ** sqlite3_open() and sqlite3_open16().</dd>)^
3159 ** [[URI filenames in sqlite3_open()]] <h3>URI Filenames</h3>
3292 ** of sqlite3_open() and sqlite3_open_v2() must be UTF-8, not whatever
3295 ** sqlite3_open() or sqlite3_open_v2().
3298 ** prior to calling sqlite3_open() or sqlite3_open_v2(). Otherwise, various
3303 SQLITE_API int sqlite3_open(
3591 ** prior successful call to [sqlite3_open()], [sqlite3_open_v2()] or
5377 ** called right after sqlite3_open().
5490 ** prior to calling [sqlite3_open] or [sqlite3_open_v2]. Otherwise, various
5742 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()].
6045 ** xEntryPoint() returns an error, the [sqlite3_open()], [sqlite3_open16()],