| 465 | } |
| 466 | |
| 467 | inline char * |
| 468 | URL::string_get_ref(int *length, unsigned normalization_flags) const |
| 469 | { |
| 470 | ink_assert(valid()); |
| 471 | return url_string_get_ref(m_heap, m_url_impl, length, normalization_flags); |
| 472 | } |
| 473 | |
| 474 | inline void |
| 475 | URL::clear_string_ref() |
no test coverage detected