Searched refs:CURLINFO_RESPONSE_CODE (Results 1 – 18 of 18) sorted by relevance
/external/libmicrohttpd/src/testcurl/ |
D | test_long_header.c | 145 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()
|
D | test_post.c | 603 if (CURLE_OK != (cc = curl_easy_getinfo(c, CURLINFO_RESPONSE_CODE, &response_code))) in testMultithreadedPostCancelPart()
|
/external/curl/src/ |
D | tool_writeenv.c | 47 {"curl_http_code", CURLINFO_RESPONSE_CODE, writeenv_LONG},
|
D | tool_writeout.c | 138 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &longinfo)) in ourWriteOut()
|
D | tool_operate.c | 1449 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/ |
D | http_connection_curl_unittest.cc | 288 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()
|
D | http_connection_curl.cc | 179 curl_handle_, CURLINFO_RESPONSE_CODE, &status_code); in GetResponseStatusCode()
|
D | http_transport_curl_unittest.cc | 220 EXPECT_CALL(*curl_api_, EasyGetInfoInt(handle_, CURLINFO_RESPONSE_CODE, _)) in TEST_F()
|
/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/libweave/examples/provider/ |
D | curl_http_client.cc | 122 CHECK_EQ(CURLE_OK, curl_easy_getinfo(curl.get(), CURLINFO_RESPONSE_CODE, in SendRequestBlocking()
|
/external/curl/lib/ |
D | getinfo.c | 133 case CURLINFO_RESPONSE_CODE: in getinfo_long()
|
/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 | 1497 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/ |
D | curl.h | 2093 CURLINFO_RESPONSE_CODE = CURLINFO_LONG + 2, enumerator 2142 #define CURLINFO_HTTP_CODE CURLINFO_RESPONSE_CODE
|
/external/curl/docs/libcurl/ |
D | symbols-in-versions | 242 CURLINFO_RESPONSE_CODE 7.10.8
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 1312 d CURLINFO_RESPONSE_CODE... CURLINFO_LONG + 2
|
/external/curl/ |
D | CHANGES.0 | 10518 CURLINFO_RESPONSE_CODE.
|