|
GNU libmicrohttpd 1.0.0
|


Go to the source code of this file.
Macros | |
| #define | MHD_strerror_(errnum) |
Functions | |
| void * | MHD_calloc_ (size_t nelem, size_t elsize) |
| #define MHD_strerror_ | ( | errnum | ) |
Definition at line 44 of file mhd_compat.h.
Referenced by internal_add_connection(), MHD_daemon_digest_auth_nc_length(), MHD_daemon_start(), MHD_start_daemon_va(), new_connection_prepare_(), new_connection_process_(), and setup_thread_pool().
| void * MHD_calloc_ | ( | size_t | nelem, |
| size_t | elsize ) |
MHD_calloc_ is platform-independent calloc()
Definition at line 98 of file mhd_compat.c.