Lines Matching defs:isproxy
747 int isproxy = 1;
752 return isproxy;
771 isproxy = 0;
776 return isproxy;
856 print_cache(FETCH *fin, int isproxy)
858 fetch_printf(fin, isproxy ?
864 print_get(FETCH *fin, int hasleading, int isproxy, const struct urlinfo *oui,
870 if (isproxy) {
1401 int volatile isproxy;
1433 ischunked = isproxy = 0;
1554 isproxy = handle_noproxy(ui.host, ui.portnum);
1556 if (isproxy == 0 && ui.utype == FTP_URL_T) {
1561 if (isproxy) {
1594 if (isproxy && oui.utype == HTTPS_URL_T) {
1610 hasleading = print_get(fin, hasleading, isproxy, &oui, &ui);
1613 print_cache(fin, isproxy);