HomeSort by relevance Sort by last modified time
    Searched refs:http_fail_on_error (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
http.c 498 return data->set.http_fail_on_error?CURLE_HTTP_RETURNED_ERROR:CURLE_OK;
923 if(!data->set.http_fail_on_error)
    [all...]
urldata.h 1602 bool http_fail_on_error; \/* fail on HTTP error codes >= 400 *\/ member in struct:UserDefined
    [all...]
url.c 782 data->set.http_fail_on_error = (0 != va_arg(param, long)) ? TRUE : FALSE;
    [all...]

Completed in 41 milliseconds