8#include <smolrtsp/priv/compiler_attrs.h> 
   27    CharSlice99 input) SMOLRTSP_PRIV_MUST_USE;
 
SmolRTSP_ParseResult SmolRTSP_RequestUri_parse(SmolRTSP_RequestUri *restrict self, CharSlice99 input) SMOLRTSP_PRIV_MUST_USE
Parses data to self.
 
CharSlice99 SmolRTSP_RequestUri
An RTSP request URI.
Definition request_uri.h:18
 
bool SmolRTSP_RequestUri_eq(const SmolRTSP_RequestUri *restrict lhs, const SmolRTSP_RequestUri *restrict rhs) SMOLRTSP_PRIV_MUST_USE
Tests lhs and rhs for equality.