Home
last modified time | relevance | path

Searched refs:response_length (Results 1 – 21 of 21) sorted by relevance

/third_party/cef/libcef_dll/cpptoc/
Dresource_handler_cpptoc.cc98 int64* response_length, in resource_handler_get_response_headers() argument
112 DCHECK(response_length); in resource_handler_get_response_headers()
113 if (!response_length) in resource_handler_get_response_headers()
121 int64 response_lengthVal = response_length ? *response_length : 0; in resource_handler_get_response_headers()
130 if (response_length) in resource_handler_get_response_headers()
131 *response_length = response_lengthVal; in resource_handler_get_response_headers()
/third_party/cef/libcef/browser/net/
Dinternal_scheme_handler.cc70 int64& response_length, in GetResponseHeaders() argument
72 response_length = 0; in GetResponseHeaders()
111 int64& response_length, in GetResponseHeaders() argument
113 response_length = size_; in GetResponseHeaders()
/third_party/cef/libcef_dll/wrapper/
Dcef_stream_resource_handler.cc49 int64& response_length, in GetResponseHeaders() argument
60 response_length = stream_ ? -1 : 0; in GetResponseHeaders()
/third_party/cef/tests/cefclient/browser/
Dscheme_test.cc81 int64& response_length, in GetResponseHeaders() argument
91 response_length = data_.length(); in GetResponseHeaders()
/third_party/cef/libcef/browser/net_service/
Dresource_handler_wrapper.cc460 int64_t response_length = -1; in GetResponseHeaders() local
462 handler->GetResponseHeaders(response, response_length, redirect_url); in GetResponseHeaders()
492 if (response_length >= 0 && *content_length == -1) in GetResponseHeaders()
493 *content_length = response_length; in GetResponseHeaders()
/third_party/cef/libcef_dll/ctocpp/
Dresource_handler_ctocpp.cc93 int64& response_length, in GetResponseHeaders() argument
110 &response_length, in GetResponseHeaders()
Dresource_handler_ctocpp.h44 int64& response_length,
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_emit.c478 unsigned response_length; in brw_set_math_message() local
497 response_length = 2; in brw_set_math_message()
500 response_length = 1; in brw_set_math_message()
505 devinfo, msg_length, response_length, false)); in brw_set_math_message()
520 unsigned response_length, in brw_set_ff_sync_message() argument
526 devinfo, 1, response_length, true)); in brw_set_ff_sync_message()
543 unsigned response_length, in brw_set_urb_message() argument
554 devinfo, msg_length, response_length, true)); in brw_set_urb_message()
2457 unsigned response_length, in brw_fb_WRITE() argument
2494 brw_message_desc(devinfo, msg_length, response_length, in brw_fb_WRITE()
[all …]
Dbrw_eu.h298 unsigned response_length, in ALU2()
303 SET_BITS(response_length, 24, 20) | in ALU2()
307 SET_BITS(response_length, 19, 16)); in ALU2()
1562 unsigned response_length,
1597 unsigned response_length,
1613 unsigned response_length,
1623 unsigned response_length,
1633 unsigned response_length,
1799 unsigned response_length);
/third_party/cef/include/wrapper/
Dcef_stream_resource_handler.h71 int64& response_length,
/third_party/cef/include/capi/
Dcef_resource_handler_capi.h148 int64* response_length,
/third_party/cef/include/
Dcef_resource_handler.h139 int64& response_length,
/third_party/cef/tests/ceftests/
Durlrequest_unittest.cc600 int64& response_length, in GetResponseHeaders() argument
604 response_length = response_data_.length(); in GetResponseHeaders()
683 int64& response_length, in GetResponseHeaders() argument
687 response_length = response_data_.length() - offset_; in GetResponseHeaders()
785 int64& response_length, in GetResponseHeaders() argument
797 response_length = 0; in GetResponseHeaders()
859 int64& response_length, in GetResponseHeaders() argument
871 response_length = 0; in GetResponseHeaders()
951 int64& response_length, in GetResponseHeaders() argument
967 response_length = static_cast<int64>(settings_->response_data.size()); in GetResponseHeaders()
[all …]
Ddownload_unittest.cc67 int64& response_length, in GetResponseHeaders() argument
69 response_length = content_.size(); in GetResponseHeaders()
Dscheme_handler_unittest.cc330 int64& response_length, in GetResponseHeaders() argument
346 response_length = test_results_->sub_html.size(); in GetResponseHeaders()
357 response_length = test_results_->html.size(); in GetResponseHeaders()
519 int64& response_length, in GetResponseHeaders() argument
535 response_length = test_results_->sub_html.size(); in GetResponseHeaders()
546 response_length = test_results_->html.size(); in GetResponseHeaders()
Dnavigation_unittest.cc747 int64& response_length, in GetResponseHeaders() argument
755 response_length = content_.size(); in GetResponseHeaders()
2879 int64& response_length, in GetResponseHeaders() argument
2883 response_length = 100; in GetResponseHeaders()
3098 int64& response_length, in GetResponseHeaders() argument
3105 response_length = content_.size(); in GetResponseHeaders()
Dcookie_unittest.cc752 int64& response_length, in GetResponseHeaders() argument
754 response_length = content_.size(); in GetResponseHeaders()
1137 int64& response_length, in GetResponseHeaders() argument
1149 response_length = data_->response_data.length(); in GetResponseHeaders()
Dresource_request_handler_unittest.cc132 int64& response_length, in GetResponseHeaders() argument
141 response_length = -1; in GetResponseHeaders()
265 int64& response_length, in GetResponseHeaders() argument
275 response_length = 100; in GetResponseHeaders()
368 int64& response_length, in GetResponseHeaders() argument
378 response_length = 100; in GetResponseHeaders()
/third_party/python/Lib/test/
Dtest_xmlrpc.py1166 self.response_length=int(response.getheader("content-length", 0))
1207 a = t.response_length
1211 b = t.response_length
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h67096 ssize_t response_length; member
/third_party/chromium/patch/
D0003-ohos-1115.patch69272 + int64& response_length,
69287 + response_length = -1;
69289 + response_length = data_.length();
69354 + int64& response_length,