Lines Matching refs:sqlite3_open

577 ** pointer as an object.  The [sqlite3_open()], [sqlite3_open16()], and
661 ** from [sqlite3_open()], [sqlite3_open16()], or
1668 ** the flags argument to [sqlite3_open_v2()]. Or if [sqlite3_open()]
1920 ** invoke sqlite3_initialize() directly. For example, [sqlite3_open()]
1922 ** initialized when [sqlite3_open()] is called if it has not be initialized
2333 ** enabled, all filenames passed to [sqlite3_open()], [sqlite3_open_v2()],
3799 ** sqlite3_open() and sqlite3_open_v2() and as UTF-16 in the native byte
3808 ** of the sqlite3_open() routines.
3811 ** sqlite3_open() or sqlite3_open_v2(). ^The default encoding for databases
3818 ** The sqlite3_open_v2() interface works like sqlite3_open()
3842 ** sqlite3_open() and sqlite3_open16().</dd>)^
3926 ** [[URI filenames in sqlite3_open()]] <h3>URI Filenames</h3>
4060 ** of sqlite3_open() and sqlite3_open_v2() must be UTF-8, not whatever
4063 ** sqlite3_open() or sqlite3_open_v2().
4066 ** prior to calling sqlite3_open() or sqlite3_open_v2(). Otherwise, various
4071 SQLITE_API int sqlite3_open(
4528 ** prior successful call to [sqlite3_open()], [sqlite3_open_v2()] or
6797 ** prior to calling [sqlite3_open] or [sqlite3_open_v2]. Otherwise, various
7249 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()].
7570 ** xEntryPoint() returns an error, the [sqlite3_open()], [sqlite3_open16()],
70630 ** sqlite3_open(), sqlite3_open16(), or sqlite3_open_v2().
136903 #define sqlite3_open sqlite3_api->open
137348 sqlite3_open,
179950 ** sqlite3_open().
182504 ** passed to this function, we assume a malloc() failed during sqlite3_open().
182729 ** user to API functions sqlite3_open() or sqlite3_open_v2(), and for database
183005 ** sqlite3_open() and sqlite3_open16(). The database filename "zFilename"
183365 SQLITE_API int sqlite3_open(
252675 ** defined), then sqlite3_open() will call sqlite3Fts5Init() directly.