HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_open16 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 481 #define sqlite3_open16 sqlite3_api->open16 macro
sqlite3.h 267 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
351 ** from [sqlite3_open()], [sqlite3_open16()], or
1402 ** or [sqlite3_open16()] is used, then flags includes at least
2071 ** [sqlite3_open16()] or
3719 ** order for sqlite3_open16(). ^(A [database connection] handle is usually
3731 ** created using sqlite3_open16() will be UTF-16 in the native byte order.
3761 ** sqlite3_open() and sqlite3_open16().</dd>)^
3994 SQLITE_API int sqlite3_open16(
4511 ** [sqlite3_open16()]. The database connection must not have been closed.
7307 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()]
    [all...]
sqlite3.c 588 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
672 ** from [sqlite3_open()], [sqlite3_open16()], or
1723 ** or [sqlite3_open16()] is used, then flags includes at least
2392 ** [sqlite3_open16()] or
4040 ** order for sqlite3_open16(). ^(A [database connection] handle is usually
4052 ** created using sqlite3_open16() will be UTF-16 in the native byte order.
4082 ** sqlite3_open() and sqlite3_open16().</dd>)^
4315 SQLITE_API int sqlite3_open16(
4832 ** [sqlite3_open16()]. The database connection must not have been closed.
7628 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()]
142701 #define sqlite3_open16 macro
142994 # define sqlite3_open16 macro
190808 SQLITE_API int sqlite3_open16( function
    [all...]

Completed in 58 milliseconds