Home
last modified time | relevance | path

Searched defs:dbname (Results 1 – 20 of 20) sorted by relevance

/external/leveldb/db/
Dfilename.cc20 static std::string MakeFileName(const std::string& dbname, uint64_t number, in MakeFileName()
28 std::string LogFileName(const std::string& dbname, uint64_t number) { in LogFileName()
33 std::string TableFileName(const std::string& dbname, uint64_t number) { in TableFileName()
38 std::string SSTTableFileName(const std::string& dbname, uint64_t number) { in SSTTableFileName()
43 std::string DescriptorFileName(const std::string& dbname, uint64_t number) { in DescriptorFileName()
51 std::string CurrentFileName(const std::string& dbname) { in CurrentFileName()
55 std::string LockFileName(const std::string& dbname) { return dbname + "/LOCK"; } in LockFileName()
57 std::string TempFileName(const std::string& dbname, uint64_t number) { in TempFileName()
62 std::string InfoLogFileName(const std::string& dbname) { in InfoLogFileName()
67 std::string OldInfoLogFileName(const std::string& dbname) { in OldInfoLogFileName()
[all …]
Dbuilder.cc17 Status BuildTable(const std::string& dbname, Env* env, const Options& options, in BuildTable()
Drepair.cc47 Repairer(const std::string& dbname, const Options& options) in Repairer()
446 Status RepairDB(const std::string& dbname, const Options& options) { in RepairDB()
Dtable_cache.cc32 TableCache::TableCache(const std::string& dbname, const Options& options, in TableCache()
Ddb_impl.cc94 Options SanitizeOptions(const std::string& dbname, in SanitizeOptions()
126 DBImpl::DBImpl(const Options& raw_options, const std::string& dbname) in DBImpl()
1483 Status DB::Open(const Options& options, const std::string& dbname, DB** dbptr) { in Open()
1528 Status DestroyDB(const std::string& dbname, const Options& options) { in DestroyDB()
Dc_test.c153 char* dbname; in main() local
Ddb_test.cc1645 std::string dbname = testing::TempDir() + "db_options_test"; in TEST_F() local
1684 std::string dbname = testing::TempDir() + "db_empty_dir"; in TEST_F() local
1712 std::string dbname = testing::TempDir() + "open_db_dir"; in TEST_F() local
2307 std::string dbname = testing::TempDir() + "leveldb_test_benchmark"; in BM_LogAndApply() local
Dversion_set.cc733 VersionSet::VersionSet(const std::string& dbname, const Options* options, in VersionSet()
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
DPUserDatabaseParser.java95 StringBuffer dbname = new StringBuffer(); in parseheader() local
/external/oss-fuzz/projects/postgresql/fuzzer/
Dfuzzer_initialize.c45 int FuzzerInitialize(char *dbname, char ***argv){ in FuzzerInitialize()
/external/python/cpython2/Lib/sqlite3/test/
Duserfunctions.py385 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/
Duserfunctions.py492 def authorizer_cb(action, arg1, arg2, dbname, source): argument
528 def authorizer_cb(action, arg1, arg2, dbname, source): argument
537 def authorizer_cb(action, arg1, arg2, dbname, source): argument
546 def authorizer_cb(action, arg1, arg2, dbname, source): argument
/external/python/cpython2/Lib/bsddb/test/
Dtest_basics.py41 dbname = None variable in BasicTestCase
978 dbname = 'first' variable in BasicMultiDBTestCase
/external/javasqlite/src/main/java/SQLite/
DShell.java536 String dbname = null, sql = null; in main() local
/external/python/cpython2/Lib/bsddb/
Ddbshelve.py81 dbenv=None, dbname=None): argument
/external/iproute2/misc/
Darpd.c42 char *dbname = "/var/lib/arpd/arpd.db"; variable
/external/python/cpython3/Modules/_sqlite/
Dconnection.c980 …k(void* user_arg, int action, const char* arg1, const char* arg2 , const char* dbname, const char*… in _authorizer_callback()
/external/python/cpython2/Modules/_sqlite/
Dconnection.c927 …k(void* user_arg, int action, const char* arg1, const char* arg2 , const char* dbname, const char*… in _authorizer_callback()
/external/python/cpython2/Modules/
D_bsddb.c2357 char* dbname = NULL; in DB_open() local
2566 const char *filename, *dbname; in DB_get_dbname() local
/external/javasqlite/src/main/native/
Dsqlite_jni.c4351 jstring dbname, jstring table, in Java_SQLite_Database__1open_1blob()