Searched defs:sqlite3_open16 (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h362 #define sqlite3_open16 sqlite3_api->open16 macro
H A Dsqlite3.c431 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
515 ** from [sqlite3_open()], [sqlite3_open16()], or
1271 ** or [sqlite3_open16()] is used, then flags includes at least
1911 ** [sqlite3_open16()] or
2952 ** order for sqlite3_open16(). ^(A [database connection] handle is usually
2964 ** created using sqlite3_open16() will be UTF-16 in the native byte order.
2991 ** sqlite3_open() and sqlite3_open16().</dd>)^
3176 SQLITE_API int SQLITE_STDCALL sqlite3_open16(
3426 ** [sqlite3_open16()]. The database connection must not have been closed.
5348 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()]
102217 #define sqlite3_open16 macro
102408 # define sqlite3_open16 macro
130944 SQLITE_API int SQLITE_STDCALL sqlite3_open16( function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h362 #define sqlite3_open16 sqlite3_api->open16 macro
H A Dsqlite3.c431 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
515 ** from [sqlite3_open()], [sqlite3_open16()], or
1271 ** or [sqlite3_open16()] is used, then flags includes at least
1911 ** [sqlite3_open16()] or
2952 ** order for sqlite3_open16(). ^(A [database connection] handle is usually
2964 ** created using sqlite3_open16() will be UTF-16 in the native byte order.
2991 ** sqlite3_open() and sqlite3_open16().</dd>)^
3176 SQLITE_API int SQLITE_STDCALL sqlite3_open16(
3426 ** [sqlite3_open16()]. The database connection must not have been closed.
5348 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()]
102235 #define sqlite3_open16 macro
102426 # define sqlite3_open16 macro
130962 SQLITE_API int SQLITE_STDCALL sqlite3_open16( function
[all...]

Completed in 251 milliseconds