|
GNU libmicrohttpd
0.9.70
|


Go to the source code of this file.
Macros | |
| #define | MHD_strerror_(errnum) strerror ((errnum)) |
Functions | |
| void * | MHD_calloc_ (size_t nelem, size_t elsize) |
| #define MHD_strerror_ | ( | errnum | ) | 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(), 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.