MCPcopy Create free account
hub / github.com/apache/trafficserver / set_query

Method set_query

src/proxy/hdrs/URL.cc:554–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552// url_{query|fragment}_set()
553
554void
555URLImpl::set_query(HdrHeap *heap, const char *value, int length, bool copy_string)
556{
557 url_called_set(this);
558 mime_str_u16_set(heap, value, length, &(this->m_ptr_query), &(this->m_len_query), copy_string);
559}
560
561/*-------------------------------------------------------------------------
562 -------------------------------------------------------------------------*/

Callers 2

url_parse_httpFunction · 0.80
query_setMethod · 0.80

Calls 2

url_called_setFunction · 0.85
mime_str_u16_setFunction · 0.85

Tested by

no test coverage detected