HomeSort by relevance Sort by last modified time
    Searched defs:httpcode (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
http.c 493 if(100 <= data->req.httpcode && 199 >= data->req.httpcode)
501 ((data->req.httpcode == 401) ||
502 (conn->bits.authneg && data->req.httpcode < 300))) {
508 ((data->req.httpcode == 407) ||
509 (conn->bits.authneg && data->req.httpcode < 300))) {
532 else if((data->req.httpcode < 300) &&
549 data->req.httpcode);
911 int httpcode; local
917 httpcode = data->req.httpcode
    [all...]
urldata.h 666 int httpcode; /* error code from the 'HTTP/1.? XXX' or member in struct:SingleRequest
1107 int httpcode; \/* Recent HTTP, FTP, or RTSP response code *\/ member in struct:PureInfo
    [all...]

Completed in 378 milliseconds