Home
last modified time | relevance | path

Searched refs:original_host (Results 1 – 25 of 69) sorted by relevance

123

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/strategy/
H A D__init__.py520 original_host = get_original_host(task_result._host)
521 queue_cache_entry = (original_host.name, task_result._task)
527 task_result._host = original_host
561 iterator.mark_host_failed(original_host)
579 original_host.name,
588 self._tqm._stats.increment('ok', original_host.name)
601 self._tqm._stats.increment('dark', original_host.name)
669 self._add_group(original_host, result_item)
723 self._tqm._stats.increment('ok', original_host.name)
746 if original_host.name in self._blocked_hosts:
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/plugins/strategy/
H A D__init__.py522 original_host = get_original_host(task_result._host)
523 queue_cache_entry = (original_host.name, task_result._task)
529 task_result._host = original_host
563 iterator.mark_host_failed(original_host)
581 original_host.name,
590 self._tqm._stats.increment('ok', original_host.name)
603 self._tqm._stats.increment('dark', original_host.name)
671 self._add_group(original_host, result_item)
725 self._tqm._stats.increment('ok', original_host.name)
747 if original_host.name in self._blocked_hosts:
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/plugins/strategy/
H A D__init__.py538 original_host = task_result._host
556 iterator.mark_host_failed(original_host)
574 original_host.name,
583 self._tqm._stats.increment('ok', original_host.name)
596 self._tqm._stats.increment('dark', original_host.name)
599 self._tqm._stats.increment('skipped', original_host.name)
664 self._add_group(original_host, result_item)
718 self._tqm._stats.increment('ok', original_host.name)
740 if original_host.name in self._blocked_hosts:
741 del self._blocked_hosts[original_host.name]
[all …]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dnetops.c132 char *original_host = NULL; in gitno_connection_data_from_url() local
138 original_host = data->host; in gitno_connection_data_from_url()
170 data->host = original_host; in gitno_connection_data_from_url()
171 original_host = NULL; in gitno_connection_data_from_url()
189 if (original_host && url[0] != '/' && strcmp(original_host, data->host)) { in gitno_connection_data_from_url()
196 if (original_host) git__free(original_host); in gitno_connection_data_from_url()
/dports/net/vinagre/vinagre-3.22.0/plugins/vnc/
H A Dvinagre-vnc-tunnel.c83 gchar **original_host, in vinagre_vnc_tunnel_create() argument
106 *original_host, in vinagre_vnc_tunnel_create()
137 g_free (*original_host); in vinagre_vnc_tunnel_create()
138 *original_host = g_strdup ("localhost"); in vinagre_vnc_tunnel_create()
H A Dvinagre-vnc-tunnel.h38 gchar **original_host,
/dports/net/vinagre/vinagre-3.22.0/plugins/spice/
H A Dvinagre-spice-tunnel.c89 gchar **original_host, in vinagre_spice_tunnel_create() argument
112 *original_host, in vinagre_spice_tunnel_create()
143 g_free (*original_host); in vinagre_spice_tunnel_create()
144 *original_host = g_strdup ("localhost"); in vinagre_spice_tunnel_create()
H A Dvinagre-spice-tunnel.h38 gchar **original_host,
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dnetops.c141 char *original_host = NULL; in gitno_connection_data_from_url() local
147 original_host = data->host; in gitno_connection_data_from_url()
179 data->host = original_host; in gitno_connection_data_from_url()
180 original_host = NULL; in gitno_connection_data_from_url()
198 if (original_host && url[0] != '/' && strcmp(original_host, data->host)) { in gitno_connection_data_from_url()
205 if (original_host) git__free(original_host); in gitno_connection_data_from_url()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/playbook/
H A Dincluded_file.py68 original_host = res._host
84 cache_key = (iterator._play, original_host, original_task)
88 …ache[cache_key] = variable_manager.get_vars(play=iterator._play, host=original_host, task=original…
204 inc_file.add_host(original_host)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/playbook/
H A Dincluded_file.py68 original_host = res._host
84 cache_key = (iterator._play, original_host, original_task)
88 …ache[cache_key] = variable_manager.get_vars(play=iterator._play, host=original_host, task=original…
204 inc_file.add_host(original_host)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/playbook/
H A Dincluded_file.py69 original_host = res._host
85 cache_key = (iterator._play, original_host, original_task)
89 …ache[cache_key] = variable_manager.get_vars(play=iterator._play, host=original_host, task=original…
208 inc_file.add_host(original_host)
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dproxy_connection.c65 aws_string_destroy(user_data->original_host); in aws_http_proxy_user_data_destroy()
106 user_data->original_host = aws_string_new_from_cursor(allocator, &options->host_name); in aws_http_proxy_user_data_new()
107 if (user_data->original_host == NULL) { in aws_http_proxy_user_data_new()
197 user_data->original_host = aws_string_new_from_string(allocator, old_user_data->original_host); in aws_http_proxy_user_data_new_reset_clone()
198 if (user_data->original_host == NULL) { in aws_http_proxy_user_data_new_reset_clone()
349 (char *)proxy_ud->original_host->bytes); in s_aws_http_on_client_connection_http_proxy_shutdown_fn()
405 if (aws_byte_buf_init(&path_buffer, user_data->allocator, user_data->original_host->len + 10)) { in s_build_proxy_connect_request()
409 struct aws_byte_cursor host_cursor = aws_byte_cursor_from_string(user_data->original_host); in s_build_proxy_connect_request()
685 context->original_host->bytes); in s_aws_http_on_stream_complete_tunnel_proxy()
895 target_uri_builder.host_name = aws_byte_cursor_from_string(proxy_user_data->original_host); in aws_http_rewrite_uri_for_proxy_request()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/selectors/
H A Dcontext.rs278 let original_host = self.current_host.take(); in with_shadow_host() localVariable
281 self.current_host = original_host; in with_shadow_host()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/selectors/
H A Dcontext.rs278 let original_host = self.current_host.take(); in with_shadow_host() localVariable
281 self.current_host = original_host; in with_shadow_host()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/selectors-0.21.0/
H A Dcontext.rs287 let original_host = self.current_host.take(); in with_shadow_host() localVariable
290 self.current_host = original_host; in with_shadow_host()
/dports/www/firefox/firefox-99.0/servo/components/selectors/
H A Dcontext.rs278 let original_host = self.current_host.take(); in with_shadow_host() localVariable
281 self.current_host = original_host; in with_shadow_host()
/dports/textproc/htmlq/htmlq-0.3.0/cargo-crates/selectors-0.22.0/
H A Dcontext.rs278 let original_host = self.current_host.take(); in with_shadow_host() localVariable
281 self.current_host = original_host; in with_shadow_host()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/selectors/
H A Dcontext.rs278 let original_host = self.current_host.take(); in with_shadow_host() localVariable
281 self.current_host = original_host; in with_shadow_host()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/selectors/
H A Dcontext.rs278 let original_host = self.current_host.take(); in with_shadow_host() localVariable
281 self.current_host = original_host; in with_shadow_host()
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dreadconf.c135 const char *host, const char *original_host, Options *options,
138 const char *host, const char *original_host, char *line,
569 cp, host, original_host); in match_cfg_line()
619 criteria = xstrdup(original_host); in match_cfg_line()
620 r = match_hostname(original_host, arg) == 1; in match_cfg_line()
647 "n", original_host, in match_cfg_line()
832 const char *original_host, char *line, const char *filename, in process_config_line() argument
842 const char *original_host, char *line, const char *filename, in process_config_line_depth() argument
1350 value = match_cfg_line(options, &s, pw, host, original_host, in process_config_line_depth()
1558 pw, host, original_host, options, in process_config_line_depth()
[all …]
/dports/security/openssh-portable/openssh-8.8p1/
H A Dreadconf.c133 const char *host, const char *original_host, Options *options,
136 const char *host, const char *original_host, char *line,
614 cp, host, original_host); in match_cfg_line()
673 criteria = xstrdup(original_host); in match_cfg_line()
674 r = match_hostname(original_host, arg) == 1; in match_cfg_line()
709 "n", original_host, in match_cfg_line()
930 const char *original_host, char *line, const char *filename, in process_config_line() argument
940 const char *original_host, char *line, const char *filename, in process_config_line_depth() argument
1661 value = match_cfg_line(options, &str, pw, host, original_host, in process_config_line_depth()
1909 pw, host, original_host, options, in process_config_line_depth()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mochitest/ssltunnel/
H A Dssltunnel.cpp155 string original_host; member
431 if (ci->original_host.empty()) return true; in AdjustWebSocketLocation()
433 int diff = ci->original_host.length() - (wslocend - wsloc); in AdjustWebSocketLocation()
438 memcpy(wsloc, ci->original_host.c_str(), ci->original_host.length()); in AdjustWebSocketLocation()
484 ci->original_host.assign(host, endhost - host); in AdjustWebSocketHost()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mochitest/ssltunnel/
H A Dssltunnel.cpp169 string original_host; member
465 if (ci->original_host.empty()) in AdjustWebSocketLocation()
468 int diff = ci->original_host.length() - (wslocend-wsloc); in AdjustWebSocketLocation()
474 memcpy(wsloc, ci->original_host.c_str(), ci->original_host.length()); in AdjustWebSocketLocation()
525 ci->original_host.assign(host, endhost-host); in AdjustWebSocketHost()
/dports/devel/aws-c-http/aws-c-http-0.6.8/include/aws/http/private/
H A Dproxy_impl.h98 struct aws_string *original_host; member

123