Searched refs:http_proxy_status_code (Results 1 – 2 of 2) sorted by relevance
3079 http_proxy_status_code=0; in HttpProxySendConnect()3089 http_proxy_status_code=0; in HttpProxySendConnectData()3120 if(!http_proxy_status_code) in HttpProxyReplyCheck()3122 if(1!=sscanf(line,"HTTP/%*d.%*d %d",&http_proxy_status_code) in HttpProxyReplyCheck()3123 || !is2XX(http_proxy_status_code)) in HttpProxyReplyCheck()3126 if(http_proxy_status_code==408 // Request Timeout in HttpProxyReplyCheck()3127 || http_proxy_status_code==502 // Bad Gateway in HttpProxyReplyCheck()3128 || http_proxy_status_code==503 // Service Unavailable in HttpProxyReplyCheck()3129 || http_proxy_status_code==504)// Gateway Timeout in HttpProxyReplyCheck()3259 http_proxy_status_code=0; in DisconnectNow()
360 int http_proxy_status_code; variable