#include "internal.h"
Go to the source code of this file.
Functions | |
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().
void MHD_tls_log_func | ( | int | level, | |
const char * | str | |||
) |