#include "internal.h"
Go to the source code of this file.
Functions | |
char * | MHD_state_to_string (enum MHD_CONNECTION_STATE state) |
void | MHD_tls_log_func (int level, const char *str) |
size_t | MHD_http_unescape (char *val) |
size_t MHD_http_unescape | ( | char * | val | ) |
Process escape sequences ('+'=space, HH)
Definition at line 122 of file internal.c.
References SSCANF.
Referenced by parse_arguments(), parse_initial_message_line(), and post_process_urlencoded().
char* MHD_state_to_string | ( | enum MHD_CONNECTION_STATE | state | ) |
State to string dictionary.
Definition at line 34 of file internal.c.
References MHD_CONNECTION_BODY_RECEIVED, MHD_CONNECTION_BODY_SENT, MHD_CONNECTION_CHUNKED_BODY_READY, MHD_CONNECTION_CHUNKED_BODY_UNREADY, MHD_CONNECTION_CLOSED, MHD_CONNECTION_CONTINUE_SENDING, MHD_CONNECTION_CONTINUE_SENT, MHD_CONNECTION_FOOTER_PART_RECEIVED, MHD_CONNECTION_FOOTERS_RECEIVED, MHD_CONNECTION_FOOTERS_SENDING, MHD_CONNECTION_FOOTERS_SENT, MHD_CONNECTION_HEADER_PART_RECEIVED, MHD_CONNECTION_HEADERS_PROCESSED, MHD_CONNECTION_HEADERS_RECEIVED, MHD_CONNECTION_HEADERS_SENDING, MHD_CONNECTION_HEADERS_SENT, MHD_CONNECTION_INIT, MHD_CONNECTION_NORMAL_BODY_READY, MHD_CONNECTION_NORMAL_BODY_UNREADY, MHD_CONNECTION_URL_RECEIVED, MHD_TLS_CONNECTION_INIT, MHD_TLS_HANDSHAKE_COMPLETE, MHD_TLS_HANDSHAKE_FAILED, and MHD_TLS_HELLO_REQUEST.
Referenced by MHD_connection_get_fdset(), MHD_connection_handle_idle(), MHD_connection_handle_read(), MHD_connection_handle_write(), MHD_tls_connection_handle_idle(), MHD_tls_connection_handle_read(), and MHD_tls_connection_handle_write().
void MHD_tls_log_func | ( | int | level, | |
const char * | str | |||
) |
Definition at line 111 of file internal.c.
References FPRINTF.