GNU libmicrohttpd 1.0.2
|
Implementation of platform missing functions. More...
Go to the source code of this file.
Functions | |
void * | MHD_calloc_ (size_t nelem, size_t elsize) |
Implementation of platform missing functions.
Definition in file mhd_compat.c.
void * MHD_calloc_ | ( | size_t | nelem, |
size_t | elsize ) |
MHD_calloc_ is platform-independent calloc()
Definition at line 98 of file mhd_compat.c.
References NULL.
Referenced by add_response_header_connection(), MHD_add_response_entry_no_alloc_(), MHD_create_post_processor(), MHD_create_response_empty(), MHD_create_response_from_buffer_with_free_callback_cls(), MHD_create_response_from_callback(), MHD_create_response_from_iovec(), MHD_digest_auth_get_request_info3(), MHD_digest_auth_get_username(), MHD_digest_auth_get_username3(), MHD_start_daemon_va(), and new_connection_prepare_().