|
Apache HTTPD
|
#include <mod_isapi.h>
Definition at line 77 of file mod_isapi.h.
| apr_uint32_t EXTENSION_CONTROL_BLOCK::cbAvailable |
Definition at line 88 of file mod_isapi.h.
| apr_uint32_t EXTENSION_CONTROL_BLOCK::cbSize |
Definition at line 78 of file mod_isapi.h.
| apr_uint32_t EXTENSION_CONTROL_BLOCK::cbTotalBytes |
Definition at line 87 of file mod_isapi.h.
| HCONN EXTENSION_CONTROL_BLOCK::ConnID |
Definition at line 80 of file mod_isapi.h.
| apr_uint32_t EXTENSION_CONTROL_BLOCK::dwHttpStatusCode |
Definition at line 81 of file mod_isapi.h.
| apr_uint32_t EXTENSION_CONTROL_BLOCK::dwVersion |
Definition at line 79 of file mod_isapi.h.
| PFN_GETSERVERVARIABLE EXTENSION_CONTROL_BLOCK::GetServerVariable |
Definition at line 92 of file mod_isapi.h.
Definition at line 89 of file mod_isapi.h.
| char* EXTENSION_CONTROL_BLOCK::lpszContentType |
Definition at line 90 of file mod_isapi.h.
| char EXTENSION_CONTROL_BLOCK::lpszLogData[80] |
Definition at line 82 of file mod_isapi.h.
| char* EXTENSION_CONTROL_BLOCK::lpszMethod |
Definition at line 83 of file mod_isapi.h.
| char* EXTENSION_CONTROL_BLOCK::lpszPathInfo |
Definition at line 85 of file mod_isapi.h.
| char* EXTENSION_CONTROL_BLOCK::lpszPathTranslated |
Definition at line 86 of file mod_isapi.h.
| char* EXTENSION_CONTROL_BLOCK::lpszQueryString |
Definition at line 84 of file mod_isapi.h.
| PFN_READCLIENT EXTENSION_CONTROL_BLOCK::ReadClient |
Definition at line 94 of file mod_isapi.h.
| PFN_SERVERSUPPORTFUNCTION EXTENSION_CONTROL_BLOCK::ServerSupportFunction |
Definition at line 95 of file mod_isapi.h.
| PFN_WRITECLIENT EXTENSION_CONTROL_BLOCK::WriteClient |
Definition at line 93 of file mod_isapi.h.