|
SmolRTSP 0.1.3
A small, portable, extensible RTSP 1.0 implementation in C99
|
An RTSP method. More...
#include <smolrtsp/priv/compiler_attrs.h>#include <smolrtsp/types/error.h>#include <stdbool.h>#include <slice99.h>

Go to the source code of this file.
Typedefs | |
| typedef CharSlice99 | SmolRTSP_Method |
| An RTSP method. | |
Functions | |
| SmolRTSP_ParseResult | SmolRTSP_Method_parse (SmolRTSP_Method *restrict self, CharSlice99 input) SMOLRTSP_PRIV_MUST_USE |
Parses data to self. | |
| bool | SmolRTSP_Method_eq (const SmolRTSP_Method *restrict lhs, const SmolRTSP_Method *restrict rhs) SMOLRTSP_PRIV_MUST_USE |
Tests lhs and rhs for equality. | |
An RTSP method.
| bool SmolRTSP_Method_eq | ( | const SmolRTSP_Method *restrict | lhs, |
| const SmolRTSP_Method *restrict | rhs | ||
| ) |
Tests lhs and rhs for equality.
lhs != NULL rhs != NULL | SmolRTSP_ParseResult SmolRTSP_Method_parse | ( | SmolRTSP_Method *restrict | self, |
| CharSlice99 | input | ||
| ) |
Parses data to self.
self != NULL