Home
last modified time | relevance | path

Searched refs:proxy_hostname (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Droot.c395 newroot->proxy_hostname = NULL; in new_cvsroot_t()
434 if (root->proxy_hostname != NULL) in free_cvsroot_t()
435 free (root->proxy_hostname); in free_cvsroot_t()
578 newroot->proxy_hostname = xstrdup (q); in parse_cvsroot()
853 if (no_proxy && (newroot->proxy_hostname || newroot->proxy_port)) in parse_cvsroot()
861 if (!newroot->proxy_hostname && newroot->proxy_port) in parse_cvsroot()
H A Droot.h46 char *proxy_hostname; /* The hostname of the proxy server, or NULL member
H A Dclient.c3516 if (root->proxy_hostname) in connect_to_pserver()
3519 root->hostname, port_number, root->proxy_hostname, in connect_to_pserver()
3522 sock = connect_to(root->proxy_hostname, proxy_port_number); in connect_to_pserver()
3533 root->proxy_hostname ? root->proxy_hostname : root->hostname, in connect_to_pserver()
3534 root->proxy_hostname ? proxy_port_number : port_number, in connect_to_pserver()
3540 if (root->proxy_hostname) in connect_to_pserver()
3560 root->proxy_hostname, proxy_port_number); in connect_to_pserver()