Home
last modified time | relevance | path

Searched defs:header_line (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/net/test/embedded_test_server/
H A Dhttp_request.cc92 const std::string header_line = ShiftLine(); in ParseHeaders() local
140 std::string header_line = ShiftLine(); in ParseHeaders() local
/aosp_15_r20/system/update_engine/
H A Dlibcurl_http_fetcher.cc368 string header_line = header_name + ": " + header_value; in SetHeader() local
399 auto header_line = header_line_itr->second; in GetHeader() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/
H A Dbalsa_frame.cc476 const HeaderLineDescription& header_line = headers_->header_lines_[line_idx]; in ProcessContentLengthLine() local
511 const HeaderLineDescription& header_line = headers_->header_lines_[line_idx]; in ProcessTransferEncodingLine() local
H A Dbalsa_headers.cc1111 BalsaHeaders::HeaderLines::iterator header_line; in RemoveLastTokenFromHeaderValue() local
/aosp_15_r20/external/webrtc/rtc_tools/
H A Dvideo_file_reader.cc135 std::string header_line; in OpenY4mFile() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/
H A DCLTuner.cpp288 bool header_line = true; in load_from_file() local
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_request_headers.cc166 void HttpRequestHeaders::AddHeaderFromString(std::string_view header_line) { in AddHeaderFromString()
H A Dhttp_stream_parser.cc51 const char* header_line = null_separated_headers; in GetResponseHeaderLines() local
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/
Dshannon_log_parser.py129 def parse_header(self, header_line): argument
/aosp_15_r20/external/pigweed/pw_module/py/pw_module/
H A Dcreate.py303 def header_line(self) -> str: member in _ModuleName
/aosp_15_r20/external/toybox/toys/posix/
H A Dps.c1488 static int header_line(int line, int rev) in header_line() function