Searched refs:sqlite3_open16 (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h442 #define sqlite3_open16 sqlite3_api->open16 macro
H A Dsqlite3.h241 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
325 ** from [sqlite3_open()], [sqlite3_open16()], or
1259 ** or [sqlite3_open16()] is used, then flags includes at least
1904 ** [sqlite3_open16()] or
3291 ** order for sqlite3_open16(). ^(A [database connection] handle is usually
3303 ** created using sqlite3_open16() will be UTF-16 in the native byte order.
3328 ** sqlite3_open() and sqlite3_open16().</dd>)^
3542 SQLITE_API int sqlite3_open16(
3984 ** [sqlite3_open16()]. The database connection must not have been closed.
6389 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()]
[all...]
H A Dsqlite3.c1304 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
1388 ** from [sqlite3_open()], [sqlite3_open16()], or
2322 ** or [sqlite3_open16()] is used, then flags includes at least
2967 ** [sqlite3_open16()] or
4354 ** order for sqlite3_open16(). ^(A [database connection] handle is usually
4366 ** created using sqlite3_open16() will be UTF-16 in the native byte order.
4391 ** sqlite3_open() and sqlite3_open16().</dd>)^
4605 SQLITE_API int sqlite3_open16(
5047 ** [sqlite3_open16()]. The database connection must not have been closed.
7452 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()]
125832 #define sqlite3_open16 macro
126088 # define sqlite3_open16 macro
167494 SQLITE_API int sqlite3_open16( function
[all...]

Completed in 427 milliseconds