Searched defs:sqlite3_open (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h287 #define sqlite3_open sqlite3_api->open macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h330 #define sqlite3_open sqlite3_api->open macro
H A Dsqlite3.c770 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
835 ** from [sqlite3_open()], [sqlite3_open16()], or
1469 ** the flags argument to [sqlite3_open_v2()]. Or if [sqlite3_open()]
1715 ** invoke sqlite3_initialize() directly. For example, [sqlite3_open()]
1717 ** initialized when [sqlite3_open()] is called if it has not be initialized
2090 ** passed to [sqlite3_open()], [sqlite3_open_v2()], [sqlite3_open16()] or
3009 ** sqlite3_open() and sqlite3_open_v2() and as UTF-16 in the native byte
3018 ** of the sqlite3_open() routines.
3021 ** sqlite3_open() or sqlite3_open_v2() is called and
3028 ** The sqlite3_open_v2() interface works like sqlite3_open()
91303 #define sqlite3_open macro
114776 SQLITE_API int sqlite3_open( function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h330 #define sqlite3_open sqlite3_api->open macro
H A Dsqlite3.c770 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
835 ** from [sqlite3_open()], [sqlite3_open16()], or
1469 ** the flags argument to [sqlite3_open_v2()]. Or if [sqlite3_open()]
1715 ** invoke sqlite3_initialize() directly. For example, [sqlite3_open()]
1717 ** initialized when [sqlite3_open()] is called if it has not be initialized
2090 ** passed to [sqlite3_open()], [sqlite3_open_v2()], [sqlite3_open16()] or
3009 ** sqlite3_open() and sqlite3_open_v2() and as UTF-16 in the native byte
3018 ** of the sqlite3_open() routines.
3021 ** sqlite3_open() or sqlite3_open_v2() is called and
3028 ** The sqlite3_open_v2() interface works like sqlite3_open()
91316 #define sqlite3_open macro
114804 SQLITE_API int sqlite3_open( function
[all...]

Completed in 324 milliseconds