Home
last modified time | relevance | path

Searched refs:client_names (Results 1 – 25 of 57) sorted by relevance

123

/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/tests/
H A Dtest_setdebug.cc48 static std::multiset<std::string> client_names; variable
58 client_names.insert(client->resource_name_); in DoClientSetdebug()
89 ASSERT_EQ(client_names.size(), 3); in TEST_F()
90 EXPECT_EQ(client_names.count("bareos-fd"), 1); in TEST_F()
91 EXPECT_EQ(client_names.count("bareos-fd2"), 1); in TEST_F()
92 EXPECT_EQ(client_names.count("bareos-fd3"), 1); in TEST_F()
93 EXPECT_EQ(client_names.count("bareos-fd-duplicate-interface"), 0); in TEST_F()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/tests/
H A Dtest_setdebug.cc48 static std::multiset<std::string> client_names; variable
58 client_names.insert(client->resource_name_); in DoClientSetdebug()
89 ASSERT_EQ(client_names.size(), 3); in TEST_F()
90 EXPECT_EQ(client_names.count("bareos-fd"), 1); in TEST_F()
91 EXPECT_EQ(client_names.count("bareos-fd2"), 1); in TEST_F()
92 EXPECT_EQ(client_names.count("bareos-fd3"), 1); in TEST_F()
93 EXPECT_EQ(client_names.count("bareos-fd-duplicate-interface"), 0); in TEST_F()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/tests/
H A Dtest_setdebug.cc48 static std::multiset<std::string> client_names; variable
58 client_names.insert(client->resource_name_); in DoClientSetdebug()
89 ASSERT_EQ(client_names.size(), 3); in TEST_F()
90 EXPECT_EQ(client_names.count("bareos-fd"), 1); in TEST_F()
91 EXPECT_EQ(client_names.count("bareos-fd2"), 1); in TEST_F()
92 EXPECT_EQ(client_names.count("bareos-fd3"), 1); in TEST_F()
93 EXPECT_EQ(client_names.count("bareos-fd-duplicate-interface"), 0); in TEST_F()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/tests/
H A Dtest_setdebug.cc48 static std::multiset<std::string> client_names; variable
58 client_names.insert(client->resource_name_); in DoClientSetdebug()
89 ASSERT_EQ(client_names.size(), 3); in TEST_F()
90 EXPECT_EQ(client_names.count("bareos-fd"), 1); in TEST_F()
91 EXPECT_EQ(client_names.count("bareos-fd2"), 1); in TEST_F()
92 EXPECT_EQ(client_names.count("bareos-fd3"), 1); in TEST_F()
93 EXPECT_EQ(client_names.count("bareos-fd-duplicate-interface"), 0); in TEST_F()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/tests/
H A Dtest_setdebug.cc48 static std::multiset<std::string> client_names; variable
58 client_names.insert(client->resource_name_); in DoClientSetdebug()
89 ASSERT_EQ(client_names.size(), 3); in TEST_F()
90 EXPECT_EQ(client_names.count("bareos-fd"), 1); in TEST_F()
91 EXPECT_EQ(client_names.count("bareos-fd2"), 1); in TEST_F()
92 EXPECT_EQ(client_names.count("bareos-fd3"), 1); in TEST_F()
93 EXPECT_EQ(client_names.count("bareos-fd-duplicate-interface"), 0); in TEST_F()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/tests/
H A Dtest_setdebug.cc48 static std::multiset<std::string> client_names; variable
58 client_names.insert(client->resource_name_); in DoClientSetdebug()
89 ASSERT_EQ(client_names.size(), 3); in TEST_F()
90 EXPECT_EQ(client_names.count("bareos-fd"), 1); in TEST_F()
91 EXPECT_EQ(client_names.count("bareos-fd2"), 1); in TEST_F()
92 EXPECT_EQ(client_names.count("bareos-fd3"), 1); in TEST_F()
93 EXPECT_EQ(client_names.count("bareos-fd-duplicate-interface"), 0); in TEST_F()
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/tests/
H A Dtest_setdebug.cc48 static std::multiset<std::string> client_names; variable
58 client_names.insert(client->resource_name_); in DoClientSetdebug()
89 ASSERT_EQ(client_names.size(), 3); in TEST_F()
90 EXPECT_EQ(client_names.count("bareos-fd"), 1); in TEST_F()
91 EXPECT_EQ(client_names.count("bareos-fd2"), 1); in TEST_F()
92 EXPECT_EQ(client_names.count("bareos-fd3"), 1); in TEST_F()
93 EXPECT_EQ(client_names.count("bareos-fd-duplicate-interface"), 0); in TEST_F()
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/tests/
H A Dtest_setdebug.cc48 static std::multiset<std::string> client_names; variable
58 client_names.insert(client->resource_name_); in DoClientSetdebug()
89 ASSERT_EQ(client_names.size(), 3); in TEST_F()
90 EXPECT_EQ(client_names.count("bareos-fd"), 1); in TEST_F()
91 EXPECT_EQ(client_names.count("bareos-fd2"), 1); in TEST_F()
92 EXPECT_EQ(client_names.count("bareos-fd3"), 1); in TEST_F()
93 EXPECT_EQ(client_names.count("bareos-fd-duplicate-interface"), 0); in TEST_F()
/dports/www/resin3/resin-3.1.16/php/admin/WEB-INF/php/
H A Dinc.php157 $client_names = array();
159 $client_names[] = $server->Id;
163 $client_names[] = $client->Name;
166 sort($client_names);
168 return $client_names;
399 $client_names = array();
401 $client_names[] = $server->Id;
405 $client_names[] = $client->Name;
408 sort($client_names);
410 foreach ($client_names as $client) {
/dports/www/resin3/resin-3.1.16/php/admin/
H A Dcluster.php51 sort($client_names);
156 sort($client_names);
220 sort($client_names);
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/contrib/mod_sftp/
H A Dmisc.c322 const char *name = NULL, **client_names, **server_names; in sftp_misc_namelist_shared() local
330 client_names = (const char **) client_list->elts; in sftp_misc_namelist_shared()
343 if (strcmp(client_names[i], server_names[j]) == 0) { in sftp_misc_namelist_shared()
344 name = client_names[i]; in sftp_misc_namelist_shared()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/contrib/mod_sftp/
H A Dmisc.c322 const char *name = NULL, **client_names, **server_names; in sftp_misc_namelist_shared() local
330 client_names = (const char **) client_list->elts; in sftp_misc_namelist_shared()
343 if (strcmp(client_names[i], server_names[j]) == 0) { in sftp_misc_namelist_shared()
344 name = client_names[i]; in sftp_misc_namelist_shared()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/contrib/mod_sftp/
H A Dmisc.c322 const char *name = NULL, **client_names, **server_names; in sftp_misc_namelist_shared() local
330 client_names = (const char **) client_list->elts; in sftp_misc_namelist_shared()
343 if (strcmp(client_names[i], server_names[j]) == 0) { in sftp_misc_namelist_shared()
344 name = client_names[i]; in sftp_misc_namelist_shared()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/contrib/mod_sftp/
H A Dmisc.c322 const char *name = NULL, **client_names, **server_names; in sftp_misc_namelist_shared() local
330 client_names = (const char **) client_list->elts; in sftp_misc_namelist_shared()
343 if (strcmp(client_names[i], server_names[j]) == 0) { in sftp_misc_namelist_shared()
344 name = client_names[i]; in sftp_misc_namelist_shared()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/contrib/mod_sftp/
H A Dmisc.c322 const char *name = NULL, **client_names, **server_names; in sftp_misc_namelist_shared() local
330 client_names = (const char **) client_list->elts; in sftp_misc_namelist_shared()
343 if (strcmp(client_names[i], server_names[j]) == 0) { in sftp_misc_namelist_shared()
344 name = client_names[i]; in sftp_misc_namelist_shared()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/contrib/mod_sftp/
H A Dmisc.c322 const char *name = NULL, **client_names, **server_names; in sftp_misc_namelist_shared() local
330 client_names = (const char **) client_list->elts; in sftp_misc_namelist_shared()
343 if (strcmp(client_names[i], server_names[j]) == 0) { in sftp_misc_namelist_shared()
344 name = client_names[i]; in sftp_misc_namelist_shared()
/dports/ftp/proftpd/proftpd-1.3.7c/contrib/mod_sftp/
H A Dmisc.c322 const char *name = NULL, **client_names, **server_names; in sftp_misc_namelist_shared() local
330 client_names = (const char **) client_list->elts; in sftp_misc_namelist_shared()
343 if (strcmp(client_names[i], server_names[j]) == 0) { in sftp_misc_namelist_shared()
344 name = client_names[i]; in sftp_misc_namelist_shared()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/contrib/mod_sftp/
H A Dmisc.c322 const char *name = NULL, **client_names, **server_names; in sftp_misc_namelist_shared() local
330 client_names = (const char **) client_list->elts; in sftp_misc_namelist_shared()
343 if (strcmp(client_names[i], server_names[j]) == 0) { in sftp_misc_namelist_shared()
344 name = client_names[i]; in sftp_misc_namelist_shared()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/contrib/mod_sftp/
H A Dmisc.c322 const char *name = NULL, **client_names, **server_names; in sftp_misc_namelist_shared() local
330 client_names = (const char **) client_list->elts; in sftp_misc_namelist_shared()
343 if (strcmp(client_names[i], server_names[j]) == 0) { in sftp_misc_namelist_shared()
344 name = client_names[i]; in sftp_misc_namelist_shared()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/loader/fetch/
H A Dresource.cc891 Vector<String> client_names; in OnMemoryDump() local
894 client_names.push_back(client->DebugName()); in OnMemoryDump()
897 client_names.push_back("(awaiting) " + client->DebugName()); in OnMemoryDump()
900 client_names.push_back("(finished) " + client->DebugName()); in OnMemoryDump()
901 std::sort(client_names.begin(), client_names.end(), in OnMemoryDump()
906 i < client_names.size() && i < kMaxResourceClientToShowInMemoryInfra; in OnMemoryDump()
910 builder.Append(client_names[i]); in OnMemoryDump()
912 if (client_names.size() > kMaxResourceClientToShowInMemoryInfra) { in OnMemoryDump()
914 builder.AppendNumber(client_names.size() - in OnMemoryDump()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/loader/fetch/
H A Dresource.cc919 Vector<String> client_names; in OnMemoryDump() local
922 client_names.push_back(client->DebugName()); in OnMemoryDump()
925 client_names.push_back("(awaiting) " + client->DebugName()); in OnMemoryDump()
928 client_names.push_back("(finished) " + client->DebugName()); in OnMemoryDump()
929 std::sort(client_names.begin(), client_names.end(), in OnMemoryDump()
934 i < client_names.size() && i < kMaxResourceClientToShowInMemoryInfra; in OnMemoryDump()
938 builder.Append(client_names[i]); in OnMemoryDump()
940 if (client_names.size() > kMaxResourceClientToShowInMemoryInfra) { in OnMemoryDump()
942 builder.AppendNumber(client_names.size() - in OnMemoryDump()
/dports/devel/dbus-glib/dbus-glib-0.112/test/core/
H A Dtest-profile.c342 GHashTable *client_names; member
459 if (g_hash_table_lookup (server->client_names, in with_bus_server_filter()
464 g_hash_table_remove (server->client_names, in with_bus_server_filter()
479 if (!g_hash_table_lookup (server->client_names, in with_bus_server_filter()
484 g_hash_table_replace (server->client_names, in with_bus_server_filter()
535 server->client_names = g_hash_table_new_full (g_str_hash, g_str_equal, in with_bus_init_server()
560 server->client_names = g_hash_table_new_full (g_str_hash, g_str_equal, in with_bus_init_server()
575 g_hash_table_destroy (server->client_names); in with_bus_stop_server()
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/src/hostapi/jack/
H A Dpa_jack.c472 char **client_names = NULL; in BuildDeviceList() local
504 UNLESS( client_names = PaUtil_GroupAllocateMemory( jackApi->deviceInfoMemory, numPorts * in BuildDeviceList()
525 if( strcmp( tmp_client_name, client_names[i] ) == 0 ) in BuildDeviceList()
532 … UNLESS( client_names[numClients] = (char*)PaUtil_GroupAllocateMemory( jackApi->deviceInfoMemory, in BuildDeviceList()
542 strcpy( client_names[ numClients ], client_names[0] ); in BuildDeviceList()
543 strcpy( client_names[0], tmp_client_name ); in BuildDeviceList()
548 strcpy( client_names[ numClients ], tmp_client_name ); in BuildDeviceList()
573 strlen(client_names[client_index]) + 1 ), paInsufficientMemory ); in BuildDeviceList()
574 strcpy( (char *)curDevInfo->name, client_names[client_index] ); in BuildDeviceList()
586 sprintf( regex_pattern, "%s:.*", client_names[client_index] ); in BuildDeviceList()
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/portaudio/src/hostapi/jack/
H A Dpa_jack.c456 char **client_names = NULL; in BuildDeviceList() local
485 UNLESS( client_names = alloca( numPorts * sizeof (char *) ), paInsufficientMemory ); in BuildDeviceList()
505 if( strcmp( tmp_client_name, client_names[i] ) == 0 ) in BuildDeviceList()
512 …UNLESS( client_names[numClients] = (char*)MALLOC(strlen(tmp_client_name) + 1), paInsufficientMemor… in BuildDeviceList()
521 strcpy( client_names[ numClients ], client_names[0] ); in BuildDeviceList()
522 strcpy( client_names[0], tmp_client_name ); in BuildDeviceList()
527 strcpy( client_names[ numClients ], tmp_client_name ); in BuildDeviceList()
550 …UNLESS( curDevInfo->name = (char*)MALLOC( strlen(client_names[client_index]) + 1 ), paInsufficient… in BuildDeviceList()
551 strcpy( (char *)curDevInfo->name, client_names[client_index] ); in BuildDeviceList()
563 sprintf( regex_pattern, "%s:.*", client_names[client_index] ); in BuildDeviceList()
/dports/devel/upp/upp/bazaar/plugin/portaudio/hostapi/jack/
H A Dpa_jack.c468 char **client_names = NULL; in BuildDeviceList() local
500 UNLESS( client_names = PaUtil_GroupAllocateMemory( jackApi->deviceInfoMemory, numPorts * in BuildDeviceList()
521 if( strcmp( tmp_client_name, client_names[i] ) == 0 ) in BuildDeviceList()
528 … UNLESS( client_names[numClients] = (char*)PaUtil_GroupAllocateMemory( jackApi->deviceInfoMemory, in BuildDeviceList()
538 strcpy( client_names[ numClients ], client_names[0] ); in BuildDeviceList()
539 strcpy( client_names[0], tmp_client_name ); in BuildDeviceList()
544 strcpy( client_names[ numClients ], tmp_client_name ); in BuildDeviceList()
569 strlen(client_names[client_index]) + 1 ), paInsufficientMemory ); in BuildDeviceList()
570 strcpy( (char *)curDevInfo->name, client_names[client_index] ); in BuildDeviceList()
582 sprintf( regex_pattern, "%s:.*", client_names[client_index] ); in BuildDeviceList()

123