Home
last modified time | relevance | path

Searched refs:g_host (Results 1 – 20 of 20) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/python/mozperftest/mozperftest/metrics/perfboard/
H A Dinflux.py86 g_host = secret["grafana_host"]
99 g_host = self.get_arg("grafana-host")
105 self.grafana = Grafana(self, g_key, g_host, g_port)
/dports/www/firefox/firefox-99.0/python/mozperftest/mozperftest/metrics/perfboard/
H A Dinflux.py86 g_host = secret["grafana_host"]
99 g_host = self.get_arg("grafana-host")
105 self.grafana = Grafana(self, g_key, g_host, g_port)
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozperftest/mozperftest/metrics/perfboard/
H A Dinflux.py86 g_host = secret["grafana_host"]
99 g_host = self.get_arg("grafana-host")
105 self.grafana = Grafana(self, g_key, g_host, g_port)
/dports/audio/mpdscribble/mpdscribble-0.22/src/
H A Dlmc.c54 static char *g_host; variable
112 return g_strdup(g_host); in connection_settings_name()
121 g_mpd = mpd_connection_new(g_host, g_port, 0); in lmc_reconnect()
162 g_host = host; in lmc_connect()
/dports/security/p5-Net-SSLeay/Net-SSLeay-1.90/examples/
H A Dx509_cert_details.pl29 my ($g_host, $g_pem, $g_dump, $g_showusage);
34 'host=s@' => \$g_host,
215 show_usage() if $g_showusage || (!$g_host && !$g_pem);
238 if ($g_host) {
239 for my $h (@$g_host) {
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/tools/
H A Dndb_config.cpp43 static const char * g_host = 0; variable
70 &g_host, &g_host,
300 if(g_host) in parse_where()
304 tmp->m_value.assfmt("%s", g_host); in parse_where()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/tools/
H A Dndb_config.cpp93 static const char * g_host = 0; variable
122 (uchar**) &g_host, (uchar**) &g_host,
400 if(g_host) in parse_where()
404 tmp->m_value.assfmt("%s", g_host); in parse_where()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/tools/
H A Dndb_config.cpp93 static const char * g_host = 0; variable
122 (uchar**) &g_host, (uchar**) &g_host,
400 if(g_host) in parse_where()
404 tmp->m_value.assfmt("%s", g_host); in parse_where()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/tools/
H A Dndb_config.cpp89 static const char * g_host = 0; variable
118 (uchar**) &g_host, (uchar**) &g_host,
396 if(g_host) in parse_where()
400 tmp->m_value.assfmt("%s", g_host); in parse_where()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/tools/
H A Dndb_config.cpp89 static const char * g_host = 0; variable
118 (uchar**) &g_host, (uchar**) &g_host,
396 if(g_host) in parse_where()
400 tmp->m_value.assfmt("%s", g_host); in parse_where()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/tools/
H A Dndb_config.cpp89 static const char * g_host = 0; variable
118 (uchar**) &g_host, (uchar**) &g_host,
396 if(g_host) in parse_where()
400 tmp->m_value.assfmt("%s", g_host); in parse_where()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/tools/
H A Dndb_config.cpp89 static const char * g_host = 0; variable
118 (uchar**) &g_host, (uchar**) &g_host,
396 if(g_host) in parse_where()
400 tmp->m_value.assfmt("%s", g_host); in parse_where()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/tools/
H A Dndb_config.cpp89 static const char * g_host = 0; variable
118 (uchar**) &g_host, (uchar**) &g_host,
396 if(g_host) in parse_where()
400 tmp->m_value.assfmt("%s", g_host); in parse_where()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/tools/
H A Dndb_config.cpp93 static const char * g_host = 0; variable
122 (uchar**) &g_host, (uchar**) &g_host,
400 if(g_host) in parse_where()
404 tmp->m_value.assfmt("%s", g_host); in parse_where()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/tools/
H A Dndb_config.cpp93 static const char * g_host = 0; variable
122 (uchar**) &g_host, (uchar**) &g_host,
400 if(g_host) in parse_where()
404 tmp->m_value.assfmt("%s", g_host); in parse_where()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/tools/
H A Dndb_config.cpp93 static const char * g_host = 0; variable
122 (uchar**) &g_host, (uchar**) &g_host,
400 if(g_host) in parse_where()
404 tmp->m_value.assfmt("%s", g_host); in parse_where()
/dports/games/retroarch/RetroArch-1.9.7/deps/rcheevos/src/rapi/
H A Drc_api_common.c16 static char* g_host = NULL; variable
911 if (!g_host) { in rc_api_url_build_dorequest_url()
916 const size_t host_len = strlen(g_host); in rc_api_url_build_dorequest_url()
920 memcpy(url, g_host, host_len); in rc_api_url_build_dorequest_url()
976 rc_api_update_host(&g_host, hostname); in rc_api_set_host()
994 else if (g_host) { in rc_api_init_fetch_image_request()
995 rc_url_builder_append(&builder, g_host, strlen(g_host)); in rc_api_init_fetch_image_request()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/tools/
H A Dndb_config.cpp93 static const char * g_host = 0; variable
122 (uchar**) &g_host, (uchar**) &g_host,
610 if(g_host) in parse_where()
614 tmp->m_value.assfmt("%s", g_host); in parse_where()
/dports/comms/ebusd/ebusd-21.3/src/ebusd/
H A Dmqtthandler.cpp86 static const char* g_host = "localhost"; //!< host name of MQTT broker [localhost] variable
141 g_host = arg; in mqtt_parse_opt()
540 ret = mosquitto_connect(m_mosquitto, g_host, g_port, 60); in MqttHandler()
542 ret = mosquitto_connect(m_mosquitto, g_host, g_port, 60, true); in MqttHandler()
837 ret = mosquitto_connect(m_mosquitto, g_host, g_port, 60); in handleTraffic()
839 ret = mosquitto_connect(m_mosquitto, g_host, g_port, 60, true); in handleTraffic()
/dports/irc/darkbot/darkbot-6f6_r6/
H A Ddarkbot.c174 "bot", g_host[STRING_SHORT], Mynick[STRING_SHORT] = variable
4583 strncpy (g_host, s1, sizeof(g_host)); in parse()