GNU libmicrohttpd  0.9.29
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
response.h File Reference

Methods for managing response objects. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void MHD_increment_response_rc (struct MHD_Response *response)
 

Detailed Description

Methods for managing response objects.

Author
Daniel Pittman
Christian Grothoff

Definition in file response.h.

Function Documentation

void MHD_increment_response_rc ( struct MHD_Response response)

Increment response RC. Should this be part of the public API?

Definition at line 517 of file response.c.

References MHD_Response::mutex, and MHD_Response::reference_count.

Referenced by MHD_queue_response().

Here is the caller graph for this function: