Searched refs:isProxy (Results 1 – 14 of 14) sorted by relevance
13 function isProxy(o) { return false }; function18 isProxy = Function(['object'], 'return %_IsJSProxy(object)');31 if (isProxy(x)) {
223 public void setupBasicAuthResponse(boolean isProxy, String username, String password) { in setupBasicAuthResponse() argument228 mHeaders.put(authorizationHeader(isProxy), "Basic " + response); in setupBasicAuthResponse()235 public void setupDigestAuthResponse(boolean isProxy, in setupDigestAuthResponse() argument249 mHeaders.put(authorizationHeader(isProxy), "Digest " + response); in setupDigestAuthResponse()353 public static String authorizationHeader(boolean isProxy) { in authorizationHeader() argument354 if (!isProxy) { in authorizationHeader()
125 public boolean isProxy() { in isProxy() method in HttpAuthHeader
315 const bool isProxy = CONNECT_PROXY_SSL(); in Curl_ssl_getsessionid() local316 struct ssl_primary_config * const ssl_config = isProxy ? in Curl_ssl_getsessionid()319 const char * const name = isProxy ? conn->http_proxy.host.name : in Curl_ssl_getsessionid()321 int port = isProxy ? (int)conn->port : conn->remote_port; in Curl_ssl_getsessionid()423 const bool isProxy = CONNECT_PROXY_SSL(); in Curl_ssl_addsessionid() local424 struct ssl_primary_config * const ssl_config = isProxy ? in Curl_ssl_addsessionid()430 clone_host = strdup(isProxy ? conn->http_proxy.host.name : conn->host.name); in Curl_ssl_addsessionid()485 store->remote_port = isProxy ? (int)conn->port : conn->remote_port; in Curl_ssl_addsessionid()
129 public boolean isProxy() { in isProxy() method in AuthSchemeBase
147 return authenticate(credentials, charset, isProxy()); in authenticate()
141 if (isProxy()) { in authenticate()
391 if (isProxy()) { in createDigestHeader()
144 @"isProxy: true\n"
85 optional bool isProxy = 11; field
728 OBJC1_32BIT_EXE: name 0x00002e86 isProxy813 OBJC1_32BIT_EXE: name 0x00002e86 isProxy929 PROTOCOL: name 0x00002e86 isProxy999 PROTOCOL: name 0x00002e86 isProxy
729 OBJC1_32BIT_EXE: name 0x00002e86 isProxy814 OBJC1_32BIT_EXE: name 0x00002e86 isProxy930 PROTOCOL: name 0x00002e86 isProxy1000 PROTOCOL: name 0x00002e86 isProxy
208 method public boolean isProxy();2336 method @Deprecated public boolean isProxy();
META-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...