8 #include <smolrtsp/priv/compiler_attrs.h>
51 SmolRTSP_Writer w) SMOLRTSP_PRIV_MUST_USE;
60 CharSlice99 input) SMOLRTSP_PRIV_MUST_USE;
CharSlice99 SmolRTSP_ReasonPhrase
An RTSP reason phrase.
Definition: reason_phrase.h:18
ssize_t SmolRTSP_ResponseLine_serialize(const SmolRTSP_ResponseLine *restrict self, SmolRTSP_Writer w) SMOLRTSP_PRIV_MUST_USE
Serialises self into w.
bool SmolRTSP_ResponseLine_eq(const SmolRTSP_ResponseLine *restrict lhs, const SmolRTSP_ResponseLine *restrict rhs) SMOLRTSP_PRIV_MUST_USE
Tests lhs and rhs for equality.
SmolRTSP_ParseResult SmolRTSP_ResponseLine_parse(SmolRTSP_ResponseLine *restrict self, CharSlice99 input) SMOLRTSP_PRIV_MUST_USE
Parses data to self.
uint16_t SmolRTSP_StatusCode
An RTSP status code.
Definition: status_code.h:20
An RTSP response line.
Definition: response_line.h:21
SmolRTSP_StatusCode code
The status code.
Definition: response_line.h:30
SmolRTSP_ReasonPhrase reason
The reason phrase.
Definition: response_line.h:35
SmolRTSP_RtspVersion version
The RTSP version used.
Definition: response_line.h:25
An RTSP version.
Definition: rtsp_version.h:20