GNU libmicrohttpd  0.9.59
mhd_compat.c File Reference

Implementation of platform missing functions. More...

#include "mhd_compat.h"
#include <string.h>
Include dependency graph for mhd_compat.c:

Go to the source code of this file.

Functions

void * MHD_calloc_ (size_t nelem, size_t elsize)
 

Detailed Description

Implementation of platform missing functions.

Author
Karlson2k (Evgeny Grin)

Definition in file mhd_compat.c.

Function Documentation

◆ MHD_calloc_()

void* MHD_calloc_ ( size_t  nelem,
size_t  elsize 
)

MHD_calloc_ is platform-independent calloc()

Definition at line 96 of file mhd_compat.c.

References NULL.

Referenced by internal_add_connection(), MHD_create_post_processor(), MHD_create_response_from_callback(), MHD_create_response_from_data(), MHD_queue_auth_fail_response(), and MHD_start_daemon_va().

Here is the caller graph for this function: