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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dhttp_proxy.c357 if((407 == k->httpcode) && !data->state.authproblem) {
421 (401 == k->httpcode)) ||
423 (407 == k->httpcode))) {
424 result = Curl_http_input_auth(conn, k->httpcode,
449 &k->httpcode)) {
451 data->info.httpproxycode = k->httpcode;
494 if(200 != data->req.httpcode) {
496 data->req.httpcode);
H A Dhttp.c440 if(100 <= data->req.httpcode && 199 >= data->req.httpcode)
448 ((data->req.httpcode == 401) ||
449 (conn->bits.authneg && data->req.httpcode < 300))) {
455 ((data->req.httpcode == 407) ||
456 (conn->bits.authneg && data->req.httpcode < 300))) {
480 else if((data->req.httpcode < 300) &&
497 data->req.httpcode);
692 int httpcode,
704 if(httpcode
691 Curl_http_input_auth(struct connectdata *conn, int httpcode, const char *header) argument
872 int httpcode; local
[all...]
H A Dhttp.h79 int httpcode, const char *header);
H A Dgetinfo.c54 info->httpcode = 0;
125 *param_longp = data->info.httpcode;
H A Durldata.h571 int httpcode; /* error code from the 'HTTP/1.? XXX' or member in struct:SingleRequest
973 int httpcode; /* Recent HTTP, FTP, or RTSP response code */ member in struct:PureInfo
H A Dtransfer.c1881 switch(data->info.httpcode) {
H A Dftp.c432 conn->data->info.httpcode=code;

Completed in 71 milliseconds