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

#include <http_ssl.h>

Public Attributes

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

Detailed Description

Definition at line 46 of file http_ssl.h.

Member Data Documentation

◆ aszPredecessors

const char* const* ap_LINK_ssl_conn_is_ssl_t::aszPredecessors

Definition at line 46 of file http_ssl.h.

◆ aszSuccessors

const char* const* ap_LINK_ssl_conn_is_ssl_t::aszSuccessors

Definition at line 46 of file http_ssl.h.

◆ nOrder

int ap_LINK_ssl_conn_is_ssl_t::nOrder

Definition at line 46 of file http_ssl.h.

◆ pFunc

ap_HOOK_ssl_conn_is_ssl_t* ap_LINK_ssl_conn_is_ssl_t::pFunc

Definition at line 46 of file http_ssl.h.

◆ szName

const char* ap_LINK_ssl_conn_is_ssl_t::szName

Definition at line 46 of file http_ssl.h.


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