8 #include <smolrtsp/priv/compiler_attrs.h>
27 CharSlice99 data) SMOLRTSP_PRIV_MUST_USE;
CharSlice99 SmolRTSP_ReasonPhrase
An RTSP reason phrase.
Definition: reason_phrase.h:18
bool SmolRTSP_ReasonPhrase_eq(const SmolRTSP_ReasonPhrase *restrict lhs, const SmolRTSP_ReasonPhrase *restrict rhs) SMOLRTSP_PRIV_MUST_USE
Tests lhs and rhs for equality.
SmolRTSP_ParseResult SmolRTSP_ReasonPhrase_parse(SmolRTSP_ReasonPhrase *restrict self, CharSlice99 data) SMOLRTSP_PRIV_MUST_USE
Parses data to self.