Adaptive Framework
0.9.0
|
Self typedef for afw_command self. More...
#include <afw_command_internal.h>
Data Fields | |
afw_xctx_t * | xctx |
const afw_object_t * | environment_variables_object |
int | index_first_non_option |
const afw_utf8_t * | source_location |
union { | |
afw_utf8_t in | |
const afw_utf8_z_t * in_z | |
}; | |
union { | |
afw_utf8_t conf | |
const afw_utf8_z_t * conf_z | |
}; | |
union { | |
afw_utf8_t expression | |
const afw_utf8_z_t * expression_z | |
}; | |
union { | |
afw_utf8_t extension | |
const afw_utf8_z_t * extension_z | |
}; | |
union { | |
afw_utf8_t type_in | |
const afw_utf8_z_t * type_in_z | |
}; | |
union { | |
afw_utf8_t type_out | |
const afw_utf8_z_t * type_out_z | |
}; | |
union { | |
afw_utf8_t local_mode_out | |
const afw_utf8_z_t * local_mode_z | |
}; | |
const afw_content_type_t * | content_type_in |
const afw_content_type_t * | content_type_out |
const afw_memory_t * | in_content |
FILE * | fd_input |
FILE * | fd_output |
const afw_server_t * | local_server |
apr_array_header_t * | input_buffer |
afw_utf8_octet_get_cb_t | callback |
void * | callback_data |
afw_compile_type_t | compile_option |
afw_compile_residual_check_t | residual_check |
afw_boolean_t | help_option |
afw_boolean_t | interactive_mode |
afw_boolean_t | check_mode |
afw_boolean_t | can_span_lines |
afw_boolean_t | read_full |
afw_boolean_t | terminal_error |
afw_boolean_t | eof |
int | local_model_fd_num |
Self typedef for afw_command self.
Definition at line 37 of file afw_command_internal.h.