Home
last modified time | relevance | path

Searched refs:httpproxycode (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/lib/
Dhttp_proxy.c616 data->info.httpproxycode = k->httpcode; in CONNECT()
628 if(data->info.httpproxycode/100 != 2) { in CONNECT()
659 if(data->info.httpproxycode/100 != 2) { in CONNECT()
698 data->info.httpproxycode); in CONNECT()
908 data->info.httpproxycode = data->req.httpcode; in CONNECT()
909 if(data->info.httpproxycode/100 != 2) { in CONNECT()
Dgetinfo.c60 info->httpproxycode = 0; in Curl_initinfo()
217 *param_longp = data->info.httpproxycode; in getinfo_long()
Durldata.h1140 int httpproxycode; /* response code from proxy when received separate */ member