HomeSort by relevance Sort by last modified time
    Searched refs:proxy_auth (Results 1 - 3 of 3) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 325 proxy_auth = base64.b64encode(proxy_passwd).strip()
327 proxy_auth = None
341 if proxy_auth: h.putheader('Proxy-Authorization', 'Basic %s' % proxy_auth)
415 proxy_auth = base64.b64encode(proxy_passwd).strip()
417 proxy_auth = None
433 if proxy_auth: h.putheader('Proxy-Authorization', 'Basic %s' % proxy_auth)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 325 proxy_auth = base64.b64encode(proxy_passwd).strip()
327 proxy_auth = None
341 if proxy_auth: h.putheader('Proxy-Authorization', 'Basic %s' % proxy_auth)
415 proxy_auth = base64.b64encode(proxy_passwd).strip()
417 proxy_auth = None
433 if proxy_auth: h.putheader('Proxy-Authorization', 'Basic %s' % proxy_auth)
    [all...]
  /external/openssl/ssl/
ssltest.c 232 char *proxy_auth; member in struct:app_verify_arg
323 fprintf(stderr," -proxy_auth <val> - set proxy policy rights\n");
598 else if (strcmp(*argv,"-proxy_auth") == 0)
601 app_verify_arg.proxy_auth= *(++argv);
    [all...]

Completed in 73 milliseconds