Searched refs:sqlite3_open_v2 (Results 1 - 8 of 8) sorted by relevance
/third_party/libwebsockets/lib/misc/ |
H A D | lws-struct-sqlite.c | 512 if (sqlite3_open_v2(sqlite3_path, pdb, in lws_struct_sq3_open()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | semind.c | 579 if (sqlite3_open_v2(filename, &semind_db, flags, NULL) != SQLITE_OK) in open_database()
|
/third_party/sqlite/include/ |
H A D | sqlite3ext.h | 538 #define sqlite3_open_v2 sqlite3_api->open_v2 macro
|
H A D | sqlite3.h | 265 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()] 349 ** [sqlite3_open_v2()], and not previously closed. 575 ** 3rd parameter to the [sqlite3_open_v2()] interface and 578 ** Only those flags marked as "Ok for sqlite3_open_v2()" may be 579 ** used as the third argument to the [sqlite3_open_v2()] interface. 580 ** The other flags have historically been ignored by sqlite3_open_v2(), 582 ** raised if any of the disallowed bits are passed into sqlite3_open_v2(). 586 ** [sqlite3_open_v2()] does *not* cause the underlying database file 588 ** [sqlite3_open_v2()] has historically be a no-op and might become an 591 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */ [all...] |
/third_party/elfutils/debuginfod/ |
H A D | debuginfod.cxx | 4150 rc = sqlite3_open_v2 (db_path.c_str(), &db, (SQLITE_OPEN_READWRITE in main() 4172 rc = sqlite3_open_v2 (db_path.c_str(), &dbq, (SQLITE_OPEN_READONLY in main()
|
/third_party/python/Modules/_sqlite/ |
H A D | connection.c | 203 rc = sqlite3_open_v2(PyBytes_AS_STRING(bytes), &db, in pysqlite_connection_init_impl()
|
/third_party/sqlite/src/ |
H A D | shell.c | 13593 if( sqlite3_open_v2(p->zUri, &db, flags, 0) ){ in recoverOpenOutput() 19487 sqlite3_open_v2(zDbFilename, &p->db, in open_db() 19501 sqlite3_open_v2(zDbFilename, &p->db, in open_db() 19507 sqlite3_open_v2(zDbFilename, &p->db, in open_db() 21625 rc = sqlite3_open_v2(cmd.zFile, &cmd.db, flags, in arDotCommand() 22107 rc = sqlite3_open_v2(zDestFile, &pDest, in do_meta_command()
|
H A D | sqlite3.c | 575 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()] 659 ** [sqlite3_open_v2()], and not previously closed. 885 ** 3rd parameter to the [sqlite3_open_v2()] interface and 888 ** Only those flags marked as "Ok for sqlite3_open_v2()" may be 889 ** used as the third argument to the [sqlite3_open_v2()] interface. 890 ** The other flags have historically been ignored by sqlite3_open_v2(), 892 ** raised if any of the disallowed bits are passed into sqlite3_open_v2(). 896 ** [sqlite3_open_v2()] does *not* cause the underlying database file 898 ** [sqlite3_open_v2()] has historically be a no-op and might become an 901 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */ 132461 #define sqlite3_open_v2 global() macro 176997 SQLITE_API int sqlite3_open_v2( global() function [all...] |
Completed in 166 milliseconds