|
Compy 0.2.0
A lightweight RTSP 1.0 server library for embedded systems
|
An RTSP method. More...
#include <compy/priv/compiler_attrs.h>#include <compy/types/error.h>#include <stdbool.h>#include <slice99.h>

Go to the source code of this file.
Typedefs | |
| typedef CharSlice99 | Compy_Method |
| An RTSP method. | |
Functions | |
| Compy_ParseResult | Compy_Method_parse (Compy_Method *restrict self, CharSlice99 input) COMPY_PRIV_MUST_USE |
Parses data to self. | |
| bool | Compy_Method_eq (const Compy_Method *restrict lhs, const Compy_Method *restrict rhs) COMPY_PRIV_MUST_USE |
Tests lhs and rhs for equality. | |
An RTSP method.
| bool Compy_Method_eq | ( | const Compy_Method *restrict | lhs, |
| const Compy_Method *restrict | rhs | ||
| ) |
Tests lhs and rhs for equality.
lhs != NULL rhs != NULL | Compy_ParseResult Compy_Method_parse | ( | Compy_Method *restrict | self, |
| CharSlice99 | input | ||
| ) |
Parses data to self.
self != NULL