Home
last modified time | relevance | path

Searched refs:url_path_set (Results 1 – 4 of 4) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/unit_tests/
H A Dtest_HdrHeap.cc45 url_path_set(heap, url, buf, next_required_overflow_size, true);
66 url_path_set(heap, url2, buf2, next_required_overflow_size, true);
95url_path_set(heap, aliased_str_url, buf3, next_required_overflow_size, false); // don't copy this …
/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DURL.h200 void url_path_set(HdrHeap *heap, URLImpl *url, const char *value, int length, bool copy_string);
651 url_path_set(m_heap, m_url_impl, value, length, true); in path_set()
H A DURL.cc533 url_path_set(HdrHeap *heap, URLImpl *url, const char *value, int length, bool copy_string) in url_path_set() function
1485 url_path_set(heap, url, path_start, path_end - path_start, copy_strings); in url_parse_http()
1573 url_path_set(heap, url, cur, end - cur, copy_strings); in url_parse_http_regex()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http2/
H A DHTTP2.cc465 url_path_set(headers->m_heap, headers->m_http->u.req.m_url_impl, path, path_len, true); in http2_convert_header_from_2_to_1_1()