Home
last modified time | relevance | path

Searched refs:CURLINFO_RESPONSE_CODE (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/common/linux/
Dlibcurl_wrapper.cc144 (*easy_getinfo_)(curl_, CURLINFO_RESPONSE_CODE, http_status_code); in SendRequest()
Dhttp_upload.cc169 (*curl_easy_getinfo)(curl, CURLINFO_RESPONSE_CODE, response_code); in SendRequest()
/external/google-breakpad/src/third_party/curl/
Dcurl.h1673 CURLINFO_RESPONSE_CODE = CURLINFO_LONG + 2, enumerator
1714 #define CURLINFO_HTTP_CODE CURLINFO_RESPONSE_CODE
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c1425 curl_easy_getinfo(ctx->curl, CURLINFO_RESPONSE_CODE, &http); in soap_send_receive()
1554 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &http); in http_download_file()
1613 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &http); in http_post()