|
Compy 0.2.0
A lightweight RTSP 1.0 server library for embedded systems
|
An RTSP request URI. 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_RequestUri |
| An RTSP request URI. | |
Functions | |
| Compy_ParseResult | Compy_RequestUri_parse (Compy_RequestUri *restrict self, CharSlice99 input) COMPY_PRIV_MUST_USE |
Parses data to self. | |
| bool | Compy_RequestUri_eq (const Compy_RequestUri *restrict lhs, const Compy_RequestUri *restrict rhs) COMPY_PRIV_MUST_USE |
Tests lhs and rhs for equality. | |
An RTSP request URI.
| bool Compy_RequestUri_eq | ( | const Compy_RequestUri *restrict | lhs, |
| const Compy_RequestUri *restrict | rhs | ||
| ) |
Tests lhs and rhs for equality.
lhs != NULL rhs != NULL | Compy_ParseResult Compy_RequestUri_parse | ( | Compy_RequestUri *restrict | self, |
| CharSlice99 | input | ||
| ) |
Parses data to self.
self != NULL