OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::HTTP::Util Namespace Reference

Functions

bool is_char (const unsigned char c)
 
bool is_ctl (const unsigned char c)
 
bool is_tspecial (const unsigned char c)
 
bool is_digit (const unsigned char c)
 
bool is_escaped (const unsigned char c)
 

Function Documentation

◆ is_char()

bool openvpn::HTTP::Util::is_char ( const unsigned char  c)
inline

Definition at line 26 of file parseutil.hpp.

Here is the caller graph for this function:

◆ is_ctl()

bool openvpn::HTTP::Util::is_ctl ( const unsigned char  c)
inline

Definition at line 32 of file parseutil.hpp.

Here is the caller graph for this function:

◆ is_digit()

bool openvpn::HTTP::Util::is_digit ( const unsigned char  c)
inline

Definition at line 68 of file parseutil.hpp.

Here is the caller graph for this function:

◆ is_escaped()

bool openvpn::HTTP::Util::is_escaped ( const unsigned char  c)
inline

Definition at line 74 of file parseutil.hpp.

Here is the caller graph for this function:

◆ is_tspecial()

bool openvpn::HTTP::Util::is_tspecial ( const unsigned char  c)
inline

Definition at line 38 of file parseutil.hpp.

Here is the caller graph for this function: