Data Fields
apreq_hook_t Struct Reference

#include <apreq_parser.h>

Collaboration diagram for apreq_hook_t:
Collaboration graph
[legend]

Data Fields

apreq_hook_function_t hook
 
apreq_hook_tnext
 
apr_pool_tpool
 
void * ctx
 

Detailed Description

A hook is called by the parser whenever data arrives in a file upload parameter of the request body. You may associate any number of hooks with a parser instance with apreq_parser_add_hook().

Field Documentation

◆ ctx

void* apreq_hook_t::ctx

a user defined pointer passed to the hook function

◆ hook

apreq_hook_function_t apreq_hook_t::hook

the hook function

◆ next

apreq_hook_t* apreq_hook_t::next

next item in the linked list

◆ pool

apr_pool_t* apreq_hook_t::pool

pool which allocated this hook


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