MHD_OptionItem Struct Reference

#include <microhttpd.h>

Data Fields

enum MHD_OPTION option
intptr_t value
void * ptr_value

Detailed Description

Entry in an MHD_OPTION_ARRAY.

Definition at line 801 of file microhttpd.h.


Field Documentation

Which option is being given. Use MHD_OPTION_END to terminate the array.

Definition at line 807 of file microhttpd.h.

Referenced by parse_options_va().

Pointer option value (use NULL for options taking no arguments or only an integer option).

Definition at line 820 of file microhttpd.h.

Referenced by parse_options_va().

Option value (for integer arguments, and for options requiring two pointer arguments); should be 0 for options that take no arguments or only a single pointer argument.

Definition at line 814 of file microhttpd.h.

Referenced by parse_options_va().


The documentation for this struct was generated from the following file:

Generated on 11 Mar 2016 for GNU libmicrohttpd by  doxygen 1.6.1