| /external/leveldb/db/ | 
| D | filename.cc | 20 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 …] 
 | 
| D | builder.cc | 17 Status BuildTable(const std::string& dbname, Env* env, const Options& options,  in BuildTable()
  | 
| D | repair.cc | 47   Repairer(const std::string& dbname, const Options& options)  in Repairer() 446 Status RepairDB(const std::string& dbname, const Options& options) {  in RepairDB()
  | 
| D | table_cache.cc | 32 TableCache::TableCache(const std::string& dbname, const Options& options,  in TableCache()
  | 
| D | db_impl.cc | 94 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()
  | 
| D | c_test.c | 153   char* dbname;  in main()  local
  | 
| D | db_test.cc | 1645   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
  | 
| D | version_set.cc | 733 VersionSet::VersionSet(const std::string& dbname, const Options* options,  in VersionSet()
  | 
| /external/nist-sip/java/gov/nist/javax/sip/parser/ims/ | 
| D | PUserDatabaseParser.java | 95         StringBuffer dbname = new StringBuffer();  in parseheader()  local
  | 
| /external/oss-fuzz/projects/postgresql/fuzzer/ | 
| D | fuzzer_initialize.c | 45 int FuzzerInitialize(char *dbname, char ***argv){  in FuzzerInitialize()
  | 
| /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 | 492     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/ | 
| D | test_basics.py | 41     dbname       = None  variable in BasicTestCase 978     dbname = 'first'  variable in BasicMultiDBTestCase
  | 
| /external/javasqlite/src/main/java/SQLite/ | 
| D | Shell.java | 536 	String dbname = null, sql = null;  in main()  local
  | 
| /external/python/cpython2/Lib/bsddb/ | 
| D | dbshelve.py | 81          dbenv=None, dbname=None):  argument
  | 
| /external/iproute2/misc/ | 
| D | arpd.c | 42 char	*dbname = "/var/lib/arpd/arpd.db";  variable
  | 
| /external/python/cpython3/Modules/_sqlite/ | 
| D | connection.c | 980 …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/ | 
| D | connection.c | 927 …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.c | 2357     char* dbname = NULL;  in DB_open()  local 2566     const char *filename, *dbname;  in DB_get_dbname()  local
  | 
| /external/javasqlite/src/main/native/ | 
| D | sqlite_jni.c | 4351 				  jstring dbname, jstring table,  in Java_SQLite_Database__1open_1blob()
  |