GNU libmicrohttpd 0.9.77
|
Tables of the string response phrases. More...
#include "internal.h"
Go to the source code of this file.
Macros | |
#define | NULL ((void*) 0) |
#define | BLOCK(m) { (sizeof(m) / sizeof(char*)), m } |
Functions | |
const char * | MHD_get_reason_phrase_for (enum MHD_HTTP_StatusCode code) |
Variables | |
static const char *const | invalid_hundred [] |
static const char *const | one_hundred [] |
static const char *const | two_hundred [] |
static const char *const | three_hundred [] |
static const char *const | four_hundred [] |
static const char *const | five_hundred [] |
static const struct MHD_Reason_Block | reasons [] |
Tables of the string response phrases.
Definition in file reason_phrase.c.
#define BLOCK | ( | m | ) | { (sizeof(m) / sizeof(char*)), m } |
Definition at line 162 of file reason_phrase.c.
#define NULL ((void*) 0) |
Definition at line 30 of file reason_phrase.c.
const char * MHD_get_reason_phrase_for | ( | enum MHD_HTTP_StatusCode | code | ) |
Definition at line 175 of file reason_phrase.c.
References reasons.
|
static |
Definition at line 140 of file reason_phrase.c.
|
static |
Definition at line 85 of file reason_phrase.c.
|
static |
Definition at line 33 of file reason_phrase.c.
|
static |
Definition at line 37 of file reason_phrase.c.
|
static |
Definition at line 164 of file reason_phrase.c.
Referenced by MHD_get_reason_phrase_for(), MHD_get_reason_phrase_for(), and MHD_get_reason_phrase_len_for().
|
static |
Definition at line 73 of file reason_phrase.c.
|
static |
Definition at line 43 of file reason_phrase.c.