GNU libmicrohttpd 0.9.77
Loading...
Searching...
No Matches
connection_info.c File Reference

implementation of MHD_connection_get_information_sz() More...

#include "internal.h"
Include dependency graph for connection_info.c:

Go to the source code of this file.

Macros

#define CHECK_SIZE(type)
 

Functions

enum MHD_Bool MHD_connection_get_information_sz (struct MHD_Connection *connection, enum MHD_ConnectionInformationType info_type, union MHD_ConnectionInformation *return_value, size_t return_value_size)
 

Detailed Description

implementation of MHD_connection_get_information_sz()

Author
Christian Grothoff

Definition in file connection_info.c.

Macro Definition Documentation

◆ CHECK_SIZE

#define CHECK_SIZE (   type)
Value:
if (sizeof(type) < return_value_size) \
return MHD_NO
@ MHD_NO
Definition microhttpd.h:162