| 314 | } |
| 315 | |
| 316 | bool |
| 317 | HeaderField::setName(const std::string &str) |
| 318 | { |
| 319 | return (TSMimeHdrFieldNameSet(iter_.state_->mloc_container_->hdr_buf_, iter_.state_->mloc_container_->hdr_loc_, |
| 320 | iter_.state_->mloc_container_->field_loc_, str.c_str(), str.length()) == TS_SUCCESS); |
| 321 | } |
| 322 | |
| 323 | bool |
| 324 | HeaderField::operator==(const char *field_name) const |
nothing calls this directly
no test coverage detected