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

/external/webkit/WebCore/platform/sql/chromium/
H A DSQLiteFileSystemChromium.cpp55 return sqlite3_open16(path.charactersWithNullTermination(), database);
/external/webkit/WebCore/platform/sql/
H A DSQLiteFileSystem.cpp53 return sqlite3_open16(path.charactersWithNullTermination(), database);
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h235 #define sqlite3_open16 sqlite3_api->open16 macro
H A Dsqlite3.h870 ** for sqlite3_open16(). An [sqlite3*] handle is returned in *ppDb, even
878 ** sqlite3_open() is called and UTF-16 if sqlite3_open16 is used.
893 int sqlite3_open16(
962 ** obtained from a prior call to [sqlite3_open()] or [sqlite3_open16()].
2313 ** [sqlite3_open()] or [sqlite3_open16()].
/external/sqlite/dist/
H A Dsqlite3.h.orig193 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
258 ** from [sqlite3_open()], [sqlite3_open16()], or
716 ** or [sqlite3_open16()] is used, then flags includes at least
960 ** [sqlite3_open16()], or [sqlite3_open_v2()].
2090 ** order for sqlite3_open16(). ^(A [database connection] handle is usually
2102 ** UTF-16 in the native byte order if sqlite3_open16() is used.
2129 ** sqlite3_open() and sqlite3_open16().</dd>)^
2177 SQLITE_API int sqlite3_open16(
2358 ** [sqlite3_open16()]. The database connection must not have been closed.
3901 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()]
[all...]
H A Dsqlite3.h193 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
258 ** from [sqlite3_open()], [sqlite3_open16()], or
716 ** or [sqlite3_open16()] is used, then flags includes at least
960 ** [sqlite3_open16()], or [sqlite3_open_v2()].
2090 ** order for sqlite3_open16(). ^(A [database connection] handle is usually
2102 ** UTF-16 in the native byte order if sqlite3_open16() is used.
2129 ** sqlite3_open() and sqlite3_open16().</dd>)^
2177 SQLITE_API int sqlite3_open16(
2358 ** [sqlite3_open16()]. The database connection must not have been closed.
3901 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()]
[all...]
H A Dsqlite3.c.orig717 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
782 ** from [sqlite3_open()], [sqlite3_open16()], or
1240 ** or [sqlite3_open16()] is used, then flags includes at least
1484 ** [sqlite3_open16()], or [sqlite3_open_v2()].
2614 ** order for sqlite3_open16(). ^(A [database connection] handle is usually
2626 ** UTF-16 in the native byte order if sqlite3_open16() is used.
2653 ** sqlite3_open() and sqlite3_open16().</dd>)^
2701 SQLITE_API int sqlite3_open16(
2882 ** [sqlite3_open16()]. The database connection must not have been closed.
4425 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()]
[all...]
H A Dsqlite3.c717 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
782 ** from [sqlite3_open()], [sqlite3_open16()], or
1240 ** or [sqlite3_open16()] is used, then flags includes at least
1484 ** [sqlite3_open16()], or [sqlite3_open_v2()].
2614 ** order for sqlite3_open16(). ^(A [database connection] handle is usually
2626 ** UTF-16 in the native byte order if sqlite3_open16() is used.
2653 ** sqlite3_open() and sqlite3_open16().</dd>)^
2701 SQLITE_API int sqlite3_open16(
2882 ** [sqlite3_open16()]. The database connection must not have been closed.
4425 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()]
76265 #define sqlite3_open16 macro
76393 # define sqlite3_open16 macro
97260 SQLITE_API int sqlite3_open16( function
[all...]

Completed in 236 milliseconds