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

Method erase

src/tscpp/api/Headers.cc:296–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296bool
297HeaderField::erase(const header_field_value_iterator &it)
298{
299 return (TSMimeHdrFieldValueDelete(it.state_->hdr_buf_, it.state_->hdr_loc_, it.state_->field_loc_, it.state_->index_) ==
300 TS_SUCCESS);
301}
302
303bool
304HeaderField::append(const std::string &value)

Callers 15

DeletePluginMethod · 0.45
EraseMethod · 0.45
RecNameToYamlMethod · 0.45
remove_runrootMethod · 0.45
remove_handlerMethod · 0.45
rereadConfigMethod · 0.45
add_statMethod · 0.45
removeSessionMethod · 0.45
pushMethod · 0.45
_delete_closed_smMethod · 0.45

Calls 4

TSMimeHdrFieldDestroyFunction · 0.85
c_strMethod · 0.45
lengthMethod · 0.45

Tested by 1

unescapeFunction · 0.36