Libevhtp  0.3.7
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
evhtp_hooks_s Struct Reference

#include <evhtp.h>

Data Fields

evhtp_hook_headers_start_cb on_headers_start
 
evhtp_hook_header_cb on_header
 
evhtp_hook_headers_cb on_headers
 
evhtp_hook_path_cb on_path
 
evhtp_hook_read_cb on_read
 
evhtp_hook_request_fini_cb on_request_fini
 
evhtp_hook_connection_fini_cb on_connection_fini
 
evhtp_hook_err_cb on_error
 
evhtp_hook_chunk_new_cb on_new_chunk
 
evhtp_hook_chunk_fini_cb on_chunk_fini
 
evhtp_hook_chunks_fini_cb on_chunks_fini
 
evhtp_hook_hostname_cb on_hostname
 
evhtp_hook_write_cb on_write
 
void * on_headers_start_arg
 
void * on_header_arg
 
void * on_headers_arg
 
void * on_path_arg
 
void * on_read_arg
 
void * on_request_fini_arg
 
void * on_connection_fini_arg
 
void * on_error_arg
 
void * on_new_chunk_arg
 
void * on_chunk_fini_arg
 
void * on_chunks_fini_arg
 
void * on_hostname_arg
 
void * on_write_arg
 

Detailed Description

Definition at line 448 of file evhtp.h.

Field Documentation

evhtp_hook_chunk_fini_cb on_chunk_fini

Definition at line 458 of file evhtp.h.

void* on_chunk_fini_arg

Definition at line 472 of file evhtp.h.

evhtp_hook_chunks_fini_cb on_chunks_fini

Definition at line 459 of file evhtp.h.

void* on_chunks_fini_arg

Definition at line 473 of file evhtp.h.

evhtp_hook_connection_fini_cb on_connection_fini

Definition at line 455 of file evhtp.h.

void* on_connection_fini_arg

Definition at line 469 of file evhtp.h.

Definition at line 456 of file evhtp.h.

void* on_error_arg

Definition at line 470 of file evhtp.h.

Definition at line 450 of file evhtp.h.

void* on_header_arg

Definition at line 464 of file evhtp.h.

Definition at line 451 of file evhtp.h.

void* on_headers_arg

Definition at line 465 of file evhtp.h.

evhtp_hook_headers_start_cb on_headers_start

Definition at line 449 of file evhtp.h.

void* on_headers_start_arg

Definition at line 463 of file evhtp.h.

Definition at line 460 of file evhtp.h.

void* on_hostname_arg

Definition at line 474 of file evhtp.h.

Definition at line 457 of file evhtp.h.

void* on_new_chunk_arg

Definition at line 471 of file evhtp.h.

Definition at line 452 of file evhtp.h.

void* on_path_arg

Definition at line 466 of file evhtp.h.

Definition at line 453 of file evhtp.h.

void* on_read_arg

Definition at line 467 of file evhtp.h.

evhtp_hook_request_fini_cb on_request_fini

Definition at line 454 of file evhtp.h.

void* on_request_fini_arg

Definition at line 468 of file evhtp.h.

Definition at line 461 of file evhtp.h.

void* on_write_arg

Definition at line 475 of file evhtp.h.


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