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

#include <http_request.h>

Public Attributes

ap_HOOK_access_checker_t * pFunc
 
const char * szName
 
const char *const * aszPredecessors
 
const char *const * aszSuccessors
 
int nOrder
 

Detailed Description

Definition at line 449 of file http_request.h.

Member Data Documentation

◆ aszPredecessors

const char* const* ap_LINK_access_checker_t::aszPredecessors

Definition at line 449 of file http_request.h.

◆ aszSuccessors

const char* const* ap_LINK_access_checker_t::aszSuccessors

Definition at line 449 of file http_request.h.

◆ nOrder

int ap_LINK_access_checker_t::nOrder

Definition at line 449 of file http_request.h.

◆ pFunc

ap_HOOK_access_checker_t* ap_LINK_access_checker_t::pFunc

Definition at line 449 of file http_request.h.

◆ szName

const char* ap_LINK_access_checker_t::szName

Definition at line 449 of file http_request.h.


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