GNU libmicrohttpd  0.9.72
action_continue.c File Reference

implementation of MHD_action_continue() More...

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

Go to the source code of this file.

Functions

static enum MHD_StatusCode cont_action (void *cls, struct MHD_Request *request)
 
const struct MHD_ActionMHD_action_continue (void)
 

Detailed Description

implementation of MHD_action_continue()

Author
Christian Grothoff

Definition in file action_continue.c.

Function Documentation

◆ cont_action()

static enum MHD_StatusCode cont_action ( void *  cls,
struct MHD_Request request 
)
static

The continue action is being run. Continue handling the upload.

Parameters
clsNULL
requestthe request to apply the action to
Returns
#MHD_SC_OK on success

Definition at line 1 of file action_continue.c.

Referenced by MHD_action_continue().

Here is the caller graph for this function:

◆ MHD_action_continue()

const struct MHD_Action* MHD_action_continue ( void  )

Action telling MHD to continue processing the upload.

Returns
action operation, never NULL

Definition at line 54 of file action_continue.c.

References MHD_Action::action, cont_action(), and NULL.

Here is the call graph for this function: