Compy 0.2.0
A lightweight RTSP 1.0 server library for embedded systems
Loading...
Searching...
No Matches
request_uri.h File Reference

An RTSP request URI. More...

#include <compy/priv/compiler_attrs.h>
#include <compy/types/error.h>
#include <stdbool.h>
#include <slice99.h>
Include dependency graph for request_uri.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

An RTSP request URI.

Function Documentation

◆ Compy_RequestUri_eq()

bool Compy_RequestUri_eq ( const Compy_RequestUri *restrict  lhs,
const Compy_RequestUri *restrict  rhs 
)

Tests lhs and rhs for equality.

Precondition
lhs != NULL
rhs != NULL

◆ Compy_RequestUri_parse()

Compy_ParseResult Compy_RequestUri_parse ( Compy_RequestUri *restrict  self,
CharSlice99  input 
)

Parses data to self.

Precondition
self != NULL