Searched refs:isproxy (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dextended.c126 int rc, isproxy, freedn = 0; local
188 isproxy = ber_bvcmp( &ndn, &op->o_ndn );
191 dn.bv_val, isproxy ? " (proxy)" : "" );
/netbsd-current/usr.bin/ftp/
H A Dfetch.c747 int isproxy = 1; local
752 return isproxy;
771 isproxy = 0;
776 return isproxy;
856 print_cache(FETCH *fin, int isproxy) argument
858 fetch_printf(fin, isproxy ?
864 print_get(FETCH *fin, int hasleading, int isproxy, const struct urlinfo *oui, argument
869 if (isproxy) {
1396 int volatile isproxy; local
1428 ischunked = isproxy
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dprint.c53 unsigned int isproxy:1; member in struct:cert_status
712 status->isproxy = 1;
1001 if (status.isproxy && status.isca)
1005 if (status.isproxy) {

Completed in 206 milliseconds