Home
last modified time | relevance | path

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

/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHTTP.h242 HTTP_TYPE_RESPONSE, enumerator
1077 ink_assert(hh->m_polarity == HTTP_TYPE_RESPONSE); in http_hdr_status_get()
1090 ink_assert(m_http->m_polarity == HTTP_TYPE_RESPONSE); in status_get()
1104 ink_assert(m_http->m_polarity == HTTP_TYPE_RESPONSE); in status_set()
1116 ink_assert(m_http->m_polarity == HTTP_TYPE_RESPONSE); in reason_get()
1128 ink_assert(m_http->m_polarity == HTTP_TYPE_RESPONSE); in reason_set()
1174 ink_assert(m_http->m_polarity == HTTP_TYPE_RESPONSE); in parse_resp()
H A DHTTP.cc406 ink_assert((hdr->m_polarity == HTTP_TYPE_REQUEST) || (hdr->m_polarity == HTTP_TYPE_RESPONSE)); in http_hdr_print()
593 } else if (m_http->m_polarity == HTTP_TYPE_RESPONSE) { in length_get()
721 ink_assert(hh->m_polarity == HTTP_TYPE_RESPONSE); in http_hdr_status_set()
731 ink_assert(hh->m_polarity == HTTP_TYPE_RESPONSE); in http_hdr_reason_get()
742 ink_assert(hh->m_polarity == HTTP_TYPE_RESPONSE); in http_hdr_reason_set()
1258 hh->m_polarity = HTTP_TYPE_RESPONSE; in http_parser_parse_resp()
1863 } else if (m_polarity == HTTP_TYPE_RESPONSE) { in marshal()
1880 } else if (m_polarity == HTTP_TYPE_RESPONSE) { in unmarshal()
1894 } else if (m_polarity == HTTP_TYPE_RESPONSE) { in move_strings()
1908 } else if (m_polarity == HTTP_TYPE_RESPONSE) { in strings_length()
[all …]
H A DHdrTSOnly.cc98 ink_assert(m_http->m_polarity == HTTP_TYPE_RESPONSE); in parse_resp()
H A Dload_http_hdr.cc101 } else if (hhdr->m_polarity == HTTP_TYPE_RESPONSE) { in process_http_hdr_impl()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http3/
H A DHttp3HeaderFramer.cc91 this->_header.create(HTTP_TYPE_RESPONSE); in _generate_header_block()
H A DHttp3Transaction.cc69 http_type = HTTP_TYPE_RESPONSE; in HQTransaction()
556 if (http_hdr_type_get(this->_header.m_http) == HTTP_TYPE_RESPONSE) { in _on_qpack_decode_complete()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/unit_tests/
H A Dtest_Hdrs.cc201 resp_hdr.create(HTTP_TYPE_RESPONSE); in test_http_hdr_copy_over_aux()
228 copy2.create(HTTP_TYPE_RESPONSE); in test_http_hdr_copy_over_aux()
443 hdr.create(HTTP_TYPE_RESPONSE); in test_http_hdr_print_and_copy_aux()
464 new_hdr.create(HTTP_TYPE_RESPONSE); in test_http_hdr_print_and_copy_aux()
1409 rsp_hdr.create(HTTP_TYPE_RESPONSE);
1526 rsp_hdr.create(HTTP_TYPE_RESPONSE);
1567 resp_hdr.create(HTTP_TYPE_RESPONSE);
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http2/unit_tests/
H A Dtest_HTTP2.cc124 hdr_1.create(HTTP_TYPE_RESPONSE);
H A Dtest_HpackIndexingTable.cc351 headers->create(HTTP_TYPE_RESPONSE);
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_server/
H A DFetchSM.h51 client_response_hdr.create(HTTP_TYPE_RESPONSE); in init_comm()
H A DInkAPI.cc4032 } else if (type == (TSHttpType)HTTP_TYPE_RESPONSE) { in TSHttpHdrTypeSet()
/dports/www/trafficserver/trafficserver-9.1.1/iocore/cache/test/
H A Dmain.cc128 resp.create(HTTP_TYPE_RESPONSE); in build_hdrs()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http2/
H A DHttp2Stream.cc58 response_header.create(HTTP_TYPE_RESPONSE); in Http2Stream()
688 response_header.create(HTTP_TYPE_RESPONSE); in update_write_request()
H A DHTTP2.cc537 case HTTP_TYPE_RESPONSE: { in http2_init_pseudo_headers()
626 case HTTP_TYPE_RESPONSE: { in http2_convert_header_from_1_1_to_2()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpTransactHeaders.cc182 outgoing_response->create(HTTP_TYPE_RESPONSE); in build_base_response()
185 ink_assert(outgoing_response->type_get() == HTTP_TYPE_RESPONSE); in build_base_response()
H A DHttpTransact.cc666 ink_assert(response->type_get() == HTTP_TYPE_RESPONSE); in do_cookies_prevent_caching()
4889 s->hdr_info.transform_response.create(HTTP_TYPE_RESPONSE); in set_header_for_transform()
4905 ink_assert(response->type_get() == HTTP_TYPE_RESPONSE); in set_headers_for_cache_write()
5483 if (incoming_hdr->type_get() != HTTP_TYPE_RESPONSE) { in check_response_validity()
6622 ink_assert(header->type_get() == HTTP_TYPE_RESPONSE); in handle_content_length_header()
6854 ink_assert(heads->type_get() == HTTP_TYPE_RESPONSE); in handle_response_keep_alive_headers()
H A DHttpSM.cc1093 t_state.hdr_info.server_response.create(HTTP_TYPE_RESPONSE); in setup_push_read_response_header()
2048 if (t_state.hdr_info.server_response.type_get() == HTTP_TYPE_RESPONSE && in state_read_server_response_header()
2939 t_state.hdr_info.server_response.create(HTTP_TYPE_RESPONSE); in tunnel_handler_100_continue()
6282 t_state.hdr_info.server_response.create(HTTP_TYPE_RESPONSE); in setup_server_read_response_header()
7637 t_state.hdr_info.cache_response.create(HTTP_TYPE_RESPONSE); in set_next_state()
7646 t_state.hdr_info.cache_response.create(HTTP_TYPE_RESPONSE); in set_next_state()
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_cache_tool/
H A DCacheScan.cc86 } else if (obj->m_polarity == HTTP_TYPE_RESPONSE) { in unmarshal()