| 438 | -------------------------------------------------------------------------*/ |
| 439 | |
| 440 | inline int |
| 441 | URL::print(char *buf, int bufsize, int *bufindex, int *dumpoffset, unsigned normalization_flags) const |
| 442 | { |
| 443 | ink_assert(valid()); |
| 444 | return url_print(m_url_impl, buf, bufsize, bufindex, dumpoffset, normalization_flags); |
| 445 | } |
| 446 | |
| 447 | /*------------------------------------------------------------------------- |
| 448 | -------------------------------------------------------------------------*/ |
no test coverage detected