Searched refs:proxy_auth (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/ruby-106/ruby/lib/webrick/
H A Dhttpproxy.rb102 def proxy_auth(req, res) method in class:HTTPProxyServer
116 proxy_auth(req, res)
136 proxy_auth(req, res)
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dssltest.c200 char *proxy_auth; member in struct:app_verify_arg
238 fprintf(stderr," -proxy_auth <val> - set proxy policy rights\n");
478 else if (strcmp(*argv,"-proxy_auth") == 0)
481 app_verify_arg.proxy_auth= *(++argv);
2037 unsigned int letters[26]; /* only used with proxy_auth */
2055 if (cb_arg->proxy_auth)
2062 for(sp = cb_arg->proxy_auth; *sp; sp++)
2097 if (cb_arg->proxy_auth)
/macosx-10.10/OpenSSL098-52/src/test/
H A Dssltest.c200 char *proxy_auth; member in struct:app_verify_arg
238 fprintf(stderr," -proxy_auth <val> - set proxy policy rights\n");
478 else if (strcmp(*argv,"-proxy_auth") == 0)
481 app_verify_arg.proxy_auth= *(++argv);
2037 unsigned int letters[26]; /* only used with proxy_auth */
2055 if (cb_arg->proxy_auth)
2062 for(sp = cb_arg->proxy_auth; *sp; sp++)
2097 if (cb_arg->proxy_auth)
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dproxy_util.c53 const char *proxy_auth; /* Proxy authorization */ member in struct:__anon6361
2205 const char *proxy_auth; local
2218 proxy_auth = apr_table_get(r->headers_in, "Proxy-Authorization");
2219 if (proxy_auth != NULL &&
2220 proxy_auth[0] != '\0' &&
2223 forward->proxy_auth = apr_pstrdup(conn->pool, proxy_auth);
2406 if (forward->proxy_auth != NULL) {
2409 forward->proxy_auth);
/macosx-10.10/vim-55/runtime/syntax/
H A Dsquid.vim75 syn keyword squidConf proxy_auth proxy_auth_realm query_icmp quick_abort

Completed in 152 milliseconds