|
Adaptive Framework
0.9.0
|
Self typedef for afw_command_local implementation of afw_server. More...
#include <afw_command_local_server.h>
Data Fields | |
| afw_server_t | pub |
| afw_command_self_t * | command_self |
| const afw_request_handler_t * | director |
| apr_array_header_t * | input_buffer |
| const afw_content_type_t * | content_type |
| const afw_utf8_t * | evaluate_function_id |
| FILE * | fd_input |
| FILE * | fd_output |
| afw_boolean_t | fatal_error |
| afw_boolean_t | eof |
| afw_command_local_server_mode_t | mode |
| const afw_object_t * | request_properties |
| union { | |
| const afw_object_t * properties_array [4] | |
| struct { | |
| const afw_object_t * this_request_properties | |
| const afw_object_t * multi_request_mode_properties | |
| const afw_object_t * multi_request_properties | |
| const afw_object_t * should_be_NULL | |
| } | |
| }; | |
Self typedef for afw_command_local implementation of afw_server.
Definition at line 44 of file afw_command_local_server.h.