Searched refs:httpcode (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp_proxy.c376 if((407 == k->httpcode) && !data->state.authproblem) {
452 (401 == k->httpcode)) ||
454 (407 == k->httpcode))) {
456 bool proxy = (k->httpcode == 407) ? TRUE : FALSE;
488 &k->httpcode)) {
490 data->info.httpproxycode = k->httpcode;
544 if(200 != data->req.httpcode) {
546 data->req.httpcode);
H A Dhttp.c452 if(100 <= data->req.httpcode && 199 >= data->req.httpcode)
460 ((data->req.httpcode == 401) ||
461 (conn->bits.authneg && data->req.httpcode < 300))) {
467 ((data->req.httpcode == 407) ||
468 (conn->bits.authneg && data->req.httpcode < 300))) {
492 else if((data->req.httpcode < 300) &&
509 data->req.httpcode);
876 int httpcode; local
882 httpcode
[all...]
H A Dgetinfo.c55 info->httpcode = 0;
133 *param_longp = data->info.httpcode;
H A Durldata.h647 int httpcode; /* error code from the 'HTTP/1.? XXX' or member in struct:SingleRequest
1063 int httpcode; /* Recent HTTP, FTP, or RTSP response code */ member in struct:PureInfo
H A Dtransfer.c568 data->info.httpcode = 304;
1708 switch(data->info.httpcode) {
H A Dsmtp.c1420 data->info.httpcode = smtpcode;
H A Dftp.c642 data->info.httpcode=code;

Completed in 206 milliseconds