Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/testcurl/
Dtest_long_header.c145 if (CURLE_OK != curl_easy_getinfo (c, CURLINFO_RESPONSE_CODE, &code)) in testLongUrlGet()
221 if (CURLE_OK != curl_easy_getinfo (c, CURLINFO_RESPONSE_CODE, &code)) in testLongHeaderGet()
Dtest_post.c603 if (CURLE_OK != (cc = curl_easy_getinfo(c, CURLINFO_RESPONSE_CODE, &response_code))) in testMultithreadedPostCancelPart()
/external/curl/src/
Dtool_writeenv.c47 {"curl_http_code", CURLINFO_RESPONSE_CODE, writeenv_LONG},
Dtool_writeout.c138 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &longinfo)) in ourWriteOut()
Dtool_operate.c1449 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &response); in operate_do()
1472 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &response); in operate_do()
1547 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &response); in operate_do()
/external/libbrillo/brillo/http/
Dhttp_connection_curl_unittest.cc288 EXPECT_CALL(*curl_api_, EasyGetInfoInt(handle_, CURLINFO_RESPONSE_CODE, _)) in TEST_F()
308 EXPECT_CALL(*curl_api_, EasyGetInfoInt(handle_, CURLINFO_RESPONSE_CODE, _)) in TEST_F()
Dhttp_connection_curl.cc179 curl_handle_, CURLINFO_RESPONSE_CODE, &status_code); in GetResponseStatusCode()
Dhttp_transport_curl_unittest.cc220 EXPECT_CALL(*curl_api_, EasyGetInfoInt(handle_, CURLINFO_RESPONSE_CODE, _)) in TEST_F()
/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/libweave/examples/provider/
Dcurl_http_client.cc122 CHECK_EQ(CURLE_OK, curl_easy_getinfo(curl.get(), CURLINFO_RESPONSE_CODE, in SendRequestBlocking()
/external/curl/lib/
Dgetinfo.c133 case CURLINFO_RESPONSE_CODE: in getinfo_long()
/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.c1497 curl_easy_getinfo(ctx->curl, CURLINFO_RESPONSE_CODE, &http); in soap_send_receive()
1626 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &http); in http_download_file()
1685 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &http); in http_post()
/external/curl/include/curl/
Dcurl.h2093 CURLINFO_RESPONSE_CODE = CURLINFO_LONG + 2, enumerator
2142 #define CURLINFO_HTTP_CODE CURLINFO_RESPONSE_CODE
/external/curl/docs/libcurl/
Dsymbols-in-versions242 CURLINFO_RESPONSE_CODE 7.10.8
/external/curl/packages/OS400/
Dcurl.inc.in1312 d CURLINFO_RESPONSE_CODE... CURLINFO_LONG + 2
/external/curl/
DCHANGES.010518 CURLINFO_RESPONSE_CODE.