Home
last modified time | relevance | path

Searched defs:httpcode (Results 1 – 6 of 6) sorted by relevance

/external/curl/tests/libtest/
Dlib1532.c33 long httpcode; in test() local
Dlib1597.c48 static CURLcode httpcode = CURLE_UNSUPPORTED_PROTOCOL; in test() local
Dlib1485.c50 long httpcode = 0; in header_callback() local
/external/curl/lib/
Drequest.h84 int httpcode; /* error code from the 'HTTP/1.? XXX' or member
Dhttp.c1034 static bool http_should_fail(struct Curl_easy *data, int httpcode) in http_should_fail()
Durldata.h985 int httpcode; /* Recent HTTP, FTP, RTSP or SMTP response code */ member