GNU libmicrohttpd  0.9.72
request_info.c File Reference

implementation of MHD_request_get_information_sz() More...

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

Go to the source code of this file.

Macros

#define CHECK_SIZE(type)
 

Functions

enum MHD_Bool MHD_request_get_information_sz (struct MHD_Request *request, enum MHD_RequestInformationType info_type, union MHD_RequestInformation *return_value, size_t return_value_size)
 

Detailed Description

implementation of MHD_request_get_information_sz()

Author
Christian Grothoff

Definition in file request_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:146