Searched refs:CURLINFO_RESPONSE_CODE (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/common/linux/ |
D | libcurl_wrapper.cc | 144 (*easy_getinfo_)(curl_, CURLINFO_RESPONSE_CODE, http_status_code); in SendRequest()
|
D | http_upload.cc | 169 (*curl_easy_getinfo)(curl, CURLINFO_RESPONSE_CODE, response_code); in SendRequest()
|
/external/google-breakpad/src/third_party/curl/ |
D | curl.h | 1673 CURLINFO_RESPONSE_CODE = CURLINFO_LONG + 2, enumerator 1714 #define CURLINFO_HTTP_CODE CURLINFO_RESPONSE_CODE
|
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 1425 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()
|