/external/oss-fuzz/projects/postgresql/fuzzer/ |
D | fuzzer_initialize.c | 45 int FuzzerInitialize(char *dbname, char ***argv){ in FuzzerInitialize() argument 57 snprintf(arg_path, sizeof(arg_path), "/tmp/%s/data", dbname); in FuzzerInitialize() 58 snprintf(path_to_db, sizeof(path_to_db), "-D\"/tmp/%s/data\"", dbname); in FuzzerInitialize() 59 …untar, sizeof(untar), "rm -rf /tmp/%s; mkdir /tmp/%s; cp -r data /tmp/%s", dbname, dbname, dbname); in FuzzerInitialize()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
D | PUserDatabaseParser.java | 95 StringBuffer dbname = new StringBuffer(); in parseheader() local 103 dbname.append(next); in parseheader() 107 userDatabase.setDatabaseName(dbname.toString()); in parseheader()
|
/external/javasqlite/src/main/java/SQLite/ |
D | Shell.java | 536 String dbname = null, sql = null; in main() local 557 } else if (dbname == null) { in main() 558 dbname = args[i]; in main() 566 if (dbname == null) { in main() 571 s.db.open(dbname, 0); in main()
|
/external/python/cpython2/Lib/sqlite3/test/ |
D | userfunctions.py | 385 def authorizer_cb(action, arg1, arg2, dbname, source): argument 429 def authorizer_cb(action, arg1, arg2, dbname, source): argument 438 def authorizer_cb(action, arg1, arg2, dbname, source): argument 447 def authorizer_cb(action, arg1, arg2, dbname, source): argument
|
/external/python/cpython3/Lib/sqlite3/test/ |
D | userfunctions.py | 434 def authorizer_cb(action, arg1, arg2, dbname, source): argument 470 def authorizer_cb(action, arg1, arg2, dbname, source): argument 479 def authorizer_cb(action, arg1, arg2, dbname, source): argument 488 def authorizer_cb(action, arg1, arg2, dbname, source): argument
|
/external/python/cpython2/Lib/bsddb/test/ |
D | test_basics.py | 41 dbname = None variable in BasicTestCase 79 if self.dbname: 80 self.d.open(self.filename, self.dbname, self.dbtype, 198 if self.dbname: 199 self.d.open(self.filename, self.dbname) 978 dbname = 'first' variable in BasicMultiDBTestCase 1015 d1.open(self.filename, self.dbname, flags = self.dbopenflags)
|
D | test_db.py | 35 self.db.open(self.path, dbname=name, dbtype=db.DB_HASH,
|
D | test_associate.py | 382 dbname="primary",
|
/external/python/cpython2/Lib/bsddb/ |
D | dbshelve.py | 81 dbenv=None, dbname=None): argument 110 d.open(filename, dbname, filetype, flags, mode)
|
/external/iproute2/misc/ |
D | arpd.c | 42 char *dbname = "/var/lib/arpd/arpd.db"; variable 595 dbname = optarg; in main() 675 dbase = dbopen(dbname, O_CREAT|O_RDWR, 0644, DB_HASH, NULL); in main()
|
/external/python/cpython2/Modules/_sqlite/ |
D | connection.c | 927 …* user_arg, int action, const char* arg1, const char* arg2 , const char* dbname, const char* acces… in _authorizer_callback() argument 936 …ret = PyObject_CallFunction((PyObject*)user_arg, "issss", action, arg1, arg2, dbname, access_attem… in _authorizer_callback()
|
/external/python/cpython3/Modules/_sqlite/ |
D | connection.c | 899 …* user_arg, int action, const char* arg1, const char* arg2 , const char* dbname, const char* acces… in _authorizer_callback() argument 907 …ret = PyObject_CallFunction((PyObject*)user_arg, "issss", action, arg1, arg2, dbname, access_attem… in _authorizer_callback()
|
/external/python/cpython2/Modules/ |
D | _bsddb.c | 2357 char* dbname = NULL; in DB_open() local 2368 &filename, &dbname, &type, &flags, &mode, in DB_open() 2373 filename = NULL; dbname = NULL; in DB_open() 2401 err = self->db->open(self->db, txn, filename, dbname, type, flags, mode); in DB_open() 2566 const char *filename, *dbname; in DB_get_dbname() local 2571 err = self->db->get_dbname(self->db, &filename, &dbname); in DB_get_dbname() 2575 return Py_BuildValue("(ss)", filename, dbname); in DB_get_dbname()
|
/external/javasqlite/src/main/native/ |
D | sqlite_jni.c | 4351 jstring dbname, jstring table, in Java_SQLite_Database__1open_1blob() argument 4375 trans2iso(env, h->haveutf, h->enc, dbname, &dbn); in Java_SQLite_Database__1open_1blob()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | asia | 314 # http://oversea.cnki.net/kns55/detail.aspx?dbname=CJFD2014&filename=NJSH201402020 494 # http://oversea.cnki.net/kcms/detail/detail.aspx?filename=ZGKS200301000&dbname=CJFD2003
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test12-pr18844.so.abi | 19640 …<var-decl name='dbname' type-id='type-id-1317' visibility='default' filepath='src/mongo/executor/r…
|