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

Method unref_entry

src/proxy/hdrs/XPACK.cc:451–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451void
452XpackDynamicTable::unref_entry(uint32_t index)
453{
454 uint32_t pos = this->_calc_index(this->_entries_head, (index - this->_entries[this->_entries_head].index));
455 --this->_entries[pos].ref_count;
456}
457
458bool
459XpackDynamicTable::is_empty() const

Callers 1

Calls 1

_calc_indexMethod · 0.95

Tested by

no test coverage detected