Apache HTTPD
Public Attributes | List of all members
ap_LINK_quick_handler_t Struct Reference

#include <http_config.h>

Public Attributes

ap_HOOK_quick_handler_tpFunc
 
const charszName
 
const char *constaszPredecessors
 
const char *constaszSuccessors
 
int nOrder
 

Detailed Description

Definition at line 1402 of file http_config.h.

Member Data Documentation

◆ aszPredecessors

const char* const* ap_LINK_quick_handler_t::aszPredecessors

Definition at line 1402 of file http_config.h.

◆ aszSuccessors

const char* const* ap_LINK_quick_handler_t::aszSuccessors

Definition at line 1402 of file http_config.h.

◆ nOrder

int ap_LINK_quick_handler_t::nOrder

Definition at line 1402 of file http_config.h.

◆ pFunc

ap_HOOK_quick_handler_t* ap_LINK_quick_handler_t::pFunc

Definition at line 1402 of file http_config.h.

◆ szName

const char* ap_LINK_quick_handler_t::szName

Definition at line 1402 of file http_config.h.


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