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. | |
|
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.
| [in] | encoded_str | Status code encoded string. |
| [out] | table | Table to store the encoded status code strings. |
| [in] | tbl_size | Size of the table. |
Definition at line 127 of file statcodes.cpp.
Here is the caller graph for this function:
|
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: