| 607 | } |
| 608 | |
| 609 | void |
| 610 | url_clear_string_ref(URLImpl *url) |
| 611 | { |
| 612 | if (url->m_ptr_printed_string) { |
| 613 | url->m_len_printed_string = 0; |
| 614 | url->m_ptr_printed_string = nullptr; |
| 615 | url->m_clean = true; |
| 616 | } |
| 617 | return; |
| 618 | } |
| 619 | |
| 620 | char * |
| 621 | url_string_get_ref(HdrHeap *heap, URLImpl *url, int *length, unsigned normalization_flags) |
no outgoing calls
no test coverage detected