Home
last modified time | relevance | path

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

123

/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/tests/
H A Dtest_logsource.c207 const gchar *actual_hostname = log_msg_get_value(msg, LM_V_HOST, NULL); in ParameterizedTest() local
208 cr_assert_str_eq(actual_hostname, test_params->expected_hostname); in ParameterizedTest()
227 const gchar *actual_hostname = log_msg_get_value(msg, LM_V_HOST, NULL); in Test() local
230 cr_assert_eq(strlen(actual_hostname), expected_hostname_len); in Test()
231 cr_assert_arr_eq(actual_hostname, long_hostname, expected_hostname_len); in Test()
250 const gchar *actual_hostname = log_msg_get_value(msg, LM_V_HOST, NULL); in Test() local
251 cr_expect_str_eq(actual_hostname, source_options.host_override); in Test()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSMacOSX/
H A Ddnssd.c144 xpc_object_t actual_hostname; // The actual/canonical hostname of the requested hostname. member
709 return xpc_string_get_string_ptr(me->actual_hostname); in dnssd_getaddrinfo_result_get_actual_hostname()
966 xpc_forget(&me->actual_hostname); in _dnssd_getaddrinfo_result_finalize()
1511 xpc_object_t actual_hostname, rdata, auth_tag, provider_name; in _dnssd_getaddrinfo_create_result_from_dictionary() local
1552 result = _dnssd_getaddrinfo_result_create(result_type, me->hostname, actual_hostname, in _dnssd_getaddrinfo_create_result_from_dictionary()
1565 result = _dnssd_getaddrinfo_result_create_svcb(me->hostname, actual_hostname, in _dnssd_getaddrinfo_create_result_from_dictionary()
1640 const xpc_object_t actual_hostname, const dnssd_cname_array_t cnames, const int addr_family, in _dnssd_getaddrinfo_result_create() argument
1671 obj->actual_hostname = xpc_copy(actual_hostname); in _dnssd_getaddrinfo_result_create()
1672 require_action_quiet(obj->actual_hostname, exit, err = kNoResourcesErr); in _dnssd_getaddrinfo_result_create()
1738 obj->actual_hostname = xpc_copy(actual_hostname); in _dnssd_getaddrinfo_result_create_svcb()
[all …]
/dports/ftp/pavuk/pavuk-0.9.35/src/
H A Dnet.c55 char *actual_hostname = hostname; in net_connect_helper() local
69 actual_hostname = hp->addr; in net_connect_helper()
75 if(net_host_to_in_addr(actual_hostname, &haddr)) in net_connect_helper()
/dports/security/py-service_identity/service_identity-18.1.0/src/service_identity/
H A D_common.py388 def _hostname_matches(cert_pattern, actual_hostname): argument
398 actual_head, actual_tail = actual_hostname.split(b".", 1)
407 return cert_pattern == actual_hostname
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/tests/integration/targets/psexec/tasks/
H A Dtests.yml16 register: actual_hostname
34 - psexec_hostname_actual.stdout == actual_hostname.stdout
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/psexec/tasks/
H A Dtests.yml16 register: actual_hostname
34 - psexec_hostname_actual.stdout == actual_hostname.stdout
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/auth/
H A Dpool_hba.c1272 hostname_match(const char *pattern, const char *actual_hostname) in hostname_match() argument
1277 size_t hlen = strlen(actual_hostname); in hostname_match()
1282 return (strcasecmp(pattern, actual_hostname + (hlen - plen)) == 0); in hostname_match()
1285 return (strcasecmp(pattern, actual_hostname) == 0); in hostname_match()
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/auth/
H A Dpool_hba.c1194 hostname_match(const char *pattern, const char *actual_hostname) in hostname_match() argument
1199 size_t hlen = strlen(actual_hostname); in hostname_match()
1204 return (strcasecmp(pattern, actual_hostname + (hlen - plen)) == 0); in hostname_match()
1207 return (strcasecmp(pattern, actual_hostname) == 0); in hostname_match()
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/auth/
H A Dpool_hba.c1270 hostname_match(const char *pattern, const char *actual_hostname) in hostname_match() argument
1275 size_t hlen = strlen(actual_hostname); in hostname_match()
1280 return (strcasecmp(pattern, actual_hostname + (hlen - plen)) == 0); in hostname_match()
1283 return (strcasecmp(pattern, actual_hostname) == 0); in hostname_match()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/libpq/
H A Dhba.c556 hostname_match(const char *pattern, const char *actual_hostname) in hostname_match() argument
561 size_t hlen = strlen(actual_hostname); in hostname_match()
566 return (pg_strcasecmp(pattern, actual_hostname + (hlen - plen)) == 0); in hostname_match()
569 return (pg_strcasecmp(pattern, actual_hostname) == 0); in hostname_match()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/libpq/
H A Dhba.c556 hostname_match(const char *pattern, const char *actual_hostname) in hostname_match() argument
561 size_t hlen = strlen(actual_hostname); in hostname_match()
566 return (pg_strcasecmp(pattern, actual_hostname + (hlen - plen)) == 0); in hostname_match()
569 return (pg_strcasecmp(pattern, actual_hostname) == 0); in hostname_match()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/libpq/
H A Dhba.c556 hostname_match(const char *pattern, const char *actual_hostname) in hostname_match() argument
561 size_t hlen = strlen(actual_hostname); in hostname_match()
566 return (pg_strcasecmp(pattern, actual_hostname + (hlen - plen)) == 0); in hostname_match()
569 return (pg_strcasecmp(pattern, actual_hostname) == 0); in hostname_match()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/libpq/
H A Dhba.c556 hostname_match(const char *pattern, const char *actual_hostname) in hostname_match() argument
561 size_t hlen = strlen(actual_hostname); in hostname_match()
566 return (pg_strcasecmp(pattern, actual_hostname + (hlen - plen)) == 0); in hostname_match()
569 return (pg_strcasecmp(pattern, actual_hostname) == 0); in hostname_match()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/libpq/
H A Dhba.c556 hostname_match(const char *pattern, const char *actual_hostname) in hostname_match() argument
561 size_t hlen = strlen(actual_hostname); in hostname_match()
566 return (pg_strcasecmp(pattern, actual_hostname + (hlen - plen)) == 0); in hostname_match()
569 return (pg_strcasecmp(pattern, actual_hostname) == 0); in hostname_match()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/libpq/
H A Dhba.c556 hostname_match(const char *pattern, const char *actual_hostname) in hostname_match() argument
561 size_t hlen = strlen(actual_hostname); in hostname_match()
566 return (pg_strcasecmp(pattern, actual_hostname + (hlen - plen)) == 0); in hostname_match()
569 return (pg_strcasecmp(pattern, actual_hostname) == 0); in hostname_match()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/libpq/
H A Dhba.c556 hostname_match(const char *pattern, const char *actual_hostname) in hostname_match() argument
561 size_t hlen = strlen(actual_hostname); in hostname_match()
566 return (pg_strcasecmp(pattern, actual_hostname + (hlen - plen)) == 0); in hostname_match()
569 return (pg_strcasecmp(pattern, actual_hostname) == 0); in hostname_match()
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/auth/
H A Dpool_hba.c1652 hostname_match(const char *pattern, const char *actual_hostname) in hostname_match() argument
1657 size_t hlen = strlen(actual_hostname); in hostname_match()
1662 return (strcasecmp(pattern, actual_hostname + (hlen - plen)) == 0); in hostname_match()
1665 return (strcasecmp(pattern, actual_hostname) == 0); in hostname_match()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/auth/
H A Dpool_hba.c1652 hostname_match(const char *pattern, const char *actual_hostname) in hostname_match() argument
1657 size_t hlen = strlen(actual_hostname); in hostname_match()
1662 return (strcasecmp(pattern, actual_hostname + (hlen - plen)) == 0); in hostname_match()
1665 return (strcasecmp(pattern, actual_hostname) == 0); in hostname_match()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_ra_serf/
H A Dutil.c237 svn_string_t *actual_hostname = in ssl_server_cert() local
258 if (svn_cert__match_dns_identity(cert_hostname, actual_hostname)) in ssl_server_cert()
279 if (svn_cert__match_dns_identity(cert_hostname, actual_hostname)) in ssl_server_cert()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_ra_serf/
H A Dutil.c237 svn_string_t *actual_hostname = in ssl_server_cert() local
258 if (svn_cert__match_dns_identity(cert_hostname, actual_hostname)) in ssl_server_cert()
279 if (svn_cert__match_dns_identity(cert_hostname, actual_hostname)) in ssl_server_cert()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_ra_serf/
H A Dutil.c237 svn_string_t *actual_hostname = in ssl_server_cert() local
258 if (svn_cert__match_dns_identity(cert_hostname, actual_hostname)) in ssl_server_cert()
279 if (svn_cert__match_dns_identity(cert_hostname, actual_hostname)) in ssl_server_cert()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_ra_serf/
H A Dutil.c237 svn_string_t *actual_hostname = in ssl_server_cert() local
258 if (svn_cert__match_dns_identity(cert_hostname, actual_hostname)) in ssl_server_cert()
279 if (svn_cert__match_dns_identity(cert_hostname, actual_hostname)) in ssl_server_cert()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/libpq/
H A Dhba.c673 hostname_match(const char *pattern, const char *actual_hostname) in hostname_match() argument
678 size_t hlen = strlen(actual_hostname); in hostname_match()
683 return (pg_strcasecmp(pattern, actual_hostname + (hlen - plen)) == 0); in hostname_match()
686 return (pg_strcasecmp(pattern, actual_hostname) == 0); in hostname_match()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/libpq/
H A Dhba.c673 hostname_match(const char *pattern, const char *actual_hostname) in hostname_match() argument
678 size_t hlen = strlen(actual_hostname); in hostname_match()
683 return (pg_strcasecmp(pattern, actual_hostname + (hlen - plen)) == 0); in hostname_match()
686 return (pg_strcasecmp(pattern, actual_hostname) == 0); in hostname_match()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/libpq/
H A Dhba.c673 hostname_match(const char *pattern, const char *actual_hostname) in hostname_match() argument
678 size_t hlen = strlen(actual_hostname); in hostname_match()
683 return (pg_strcasecmp(pattern, actual_hostname + (hlen - plen)) == 0); in hostname_match()
686 return (pg_strcasecmp(pattern, actual_hostname) == 0); in hostname_match()

123