Apache2
|
#include <mod_isapi.h>
Data Fields | |
apr_uint32_t | cbSize |
apr_uint32_t | dwVersion |
HCONN | ConnID |
apr_uint32_t | dwHttpStatusCode |
char | lpszLogData [80] |
char * | lpszMethod |
char * | lpszQueryString |
char * | lpszPathInfo |
char * | lpszPathTranslated |
apr_uint32_t | cbTotalBytes |
apr_uint32_t | cbAvailable |
unsigned char * | lpbData |
char * | lpszContentType |
PFN_GETSERVERVARIABLE | GetServerVariable |
PFN_WRITECLIENT | WriteClient |
PFN_READCLIENT | ReadClient |
PFN_SERVERSUPPORTFUNCTION | ServerSupportFunction |
apr_uint32_t EXTENSION_CONTROL_BLOCK::cbAvailable |
apr_uint32_t EXTENSION_CONTROL_BLOCK::cbSize |
apr_uint32_t EXTENSION_CONTROL_BLOCK::cbTotalBytes |
HCONN EXTENSION_CONTROL_BLOCK::ConnID |
apr_uint32_t EXTENSION_CONTROL_BLOCK::dwHttpStatusCode |
apr_uint32_t EXTENSION_CONTROL_BLOCK::dwVersion |
PFN_GETSERVERVARIABLE EXTENSION_CONTROL_BLOCK::GetServerVariable |
unsigned char* EXTENSION_CONTROL_BLOCK::lpbData |
char* EXTENSION_CONTROL_BLOCK::lpszContentType |
char EXTENSION_CONTROL_BLOCK::lpszLogData[80] |
char* EXTENSION_CONTROL_BLOCK::lpszMethod |
char* EXTENSION_CONTROL_BLOCK::lpszPathInfo |
char* EXTENSION_CONTROL_BLOCK::lpszPathTranslated |
char* EXTENSION_CONTROL_BLOCK::lpszQueryString |
PFN_READCLIENT EXTENSION_CONTROL_BLOCK::ReadClient |
PFN_SERVERSUPPORTFUNCTION EXTENSION_CONTROL_BLOCK::ServerSupportFunction |
PFN_WRITECLIENT EXTENSION_CONTROL_BLOCK::WriteClient |