8#include <compy/priv/compiler_attrs.h>
51 Compy_Writer w) COMPY_PRIV_MUST_USE;
CharSlice99 Compy_ReasonPhrase
An RTSP reason phrase.
Definition reason_phrase.h:18
Compy_ParseResult Compy_ResponseLine_parse(Compy_ResponseLine *restrict self, CharSlice99 input) COMPY_PRIV_MUST_USE
Parses data to self.
Definition response_line.c:28
ssize_t Compy_ResponseLine_serialize(const Compy_ResponseLine *restrict self, Compy_Writer w) COMPY_PRIV_MUST_USE
Serialises self into w.
Definition response_line.c:10
bool Compy_ResponseLine_eq(const Compy_ResponseLine *restrict lhs, const Compy_ResponseLine *restrict rhs) COMPY_PRIV_MUST_USE
Tests lhs and rhs for equality.
Definition response_line.c:40
uint16_t Compy_StatusCode
An RTSP status code.
Definition status_code.h:20
An RTSP response line.
Definition response_line.h:21
Compy_ReasonPhrase reason
The reason phrase.
Definition response_line.h:35
Compy_RtspVersion version
The RTSP version used.
Definition response_line.h:25
Compy_StatusCode code
The status code.
Definition response_line.h:30
An RTSP version.
Definition rtsp_version.h:20