Searched refs:isproxy (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.bin/ftp/ |
H A D | fetch.c | 747 int isproxy = 1; in handle_noproxy() local 752 return isproxy; in handle_noproxy() 771 isproxy = 0; in handle_noproxy() 776 return isproxy; in handle_noproxy() 856 print_cache(FETCH *fin, int isproxy) in print_cache() argument 858 fetch_printf(fin, isproxy ? in print_cache() 864 print_get(FETCH *fin, int hasleading, int isproxy, const struct urlinfo *oui, in print_get() argument 870 if (isproxy) { in print_get() 1401 int volatile isproxy; in fetch_url() 1433 ischunked = isproxy in fetch_url() 1396 int volatile isproxy; fetch_url() local [all...] |
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
H A D | extended.c | 126 int rc, isproxy, freedn = 0; in ldap_back_exop_passwd() local 188 isproxy = ber_bvcmp( &ndn, &op->o_ndn ); in ldap_back_exop_passwd() 191 dn.bv_val, isproxy ? " (proxy)" : "" ); in ldap_back_exop_passwd()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
H A D | print.c | 53 unsigned int isproxy:1; member 712 status->isproxy = 1; in check_proxyCertInfo() 1001 if (status.isproxy && status.isca) in hx509_validate_cert() 1005 if (status.isproxy) { in hx509_validate_cert()
|