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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c84 ** sqlite3_open().
1587 ** passed to this function, we assume a malloc() failed during sqlite3_open().
1790 ** sqlite3_open() and sqlite3_open16(). The database filename "zFilename"
2048 int sqlite3_open( function
H A Dsqlite3ext.h306 #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()
91339 #define sqlite3_open macro
114812 SQLITE_API int sqlite3_open( function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c763 ** pointer as an object. The [sqlite3_open()], [sqlite3_open16()], and
828 ** from [sqlite3_open()], [sqlite3_open16()], or
1354 ** the flags argument to [sqlite3_open_v2()]. Or if [sqlite3_open()]
1599 ** invoke sqlite3_initialize() directly. For example, [sqlite3_open()]
1601 ** initialized when [sqlite3_open()] is called if it has not be initialized
2871 ** sqlite3_open() and sqlite3_open_v2() and as UTF-16 in the native byte
2880 ** of the sqlite3_open() routines.
2883 ** sqlite3_open() or sqlite3_open_v2() is called and
2890 ** The sqlite3_open_v2() interface works like sqlite3_open()
2911 ** sqlite3_open() an
86995 #define sqlite3_open macro
109500 SQLITE_API int sqlite3_open( function
[all...]

Completed in 533 milliseconds