UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
anonymous_namespace{statcodes.cpp} Namespace Reference

Functions

Scope restricted to file
void init_table (const char *encoded_str, const char *table[], int tbl_size)
 Initializing table representing an array of string pointers.
 
void init_tables ()
 Initializing tables with HTTP strings and different HTTP codes.
 

Function Documentation

◆ init_table()

void anonymous_namespace{statcodes.cpp}::init_table ( const char *  encoded_str,
const char *  table[],
int  tbl_size 
)
inline

Initializing table representing an array of string pointers.

Initialize with the individual strings that are comprised in the input const char* encoded_str parameter.

Parameters
[in]encoded_strStatus code encoded string.
[out]tableTable to store the encoded status code strings.
[in]tbl_sizeSize of the table.

Definition at line 127 of file statcodes.cpp.

+ Here is the caller graph for this function:

◆ init_tables()

void anonymous_namespace{statcodes.cpp}::init_tables ( )
inline

Initializing tables with HTTP strings and different HTTP codes.

Show graphs...

Definition at line 146 of file statcodes.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: