| 884 | } |
| 885 | |
| 886 | swoc::TextView |
| 887 | SessionProtocolNameRegistry::nameFor(int idx) const |
| 888 | { |
| 889 | return 0 <= idx && idx < m_n ? m_names[idx] : TextView{}; |
| 890 | } |
| 891 | |
| 892 | bool |
| 893 | convert_alpn_to_wire_format(std::string_view protocols_sv, unsigned char *wire_format_buffer, int &wire_format_buffer_len) |
no outgoing calls
no test coverage detected