|
Adaptive Framework
0.9.0
|
Data Fields | |
| const afw_pool_t * | p |
| apr_pool_t * | apr_p |
| afw_xctx_t * | xctx |
| const afw_compile_shared_t * | shared |
| afw_value_compiled_value_t * | compiled_value |
| afw_compile_value_contextual_t | contextual |
| const afw_utf8_t * | passed_source |
| afw_size_t | estimated_size |
| afw_utf8_octet_get_cb_t | callback |
| void * | callback_data |
| afw_utf8_t * | full_source |
| afw_size_t | cursor |
| afw_size_t | cursor_eof |
| apr_array_header_t * | source_buffer |
| apr_array_header_t * | s |
| apr_array_header_t * | values |
| afw_size_t | hybrid_start_offset |
| afw_error_t * | error |
| const afw_object_t * | embedding_object |
| const afw_utf8_t * | property_name |
| afw_compile_token_t | token_storage |
| afw_compile_token_t * | token |
| afw_size_t | cursors [AFW_COMPILE_MAX_TOKENS] |
| afw_size_t | block_count |
| int | cursor_count |
| int | current_cursor_index |
| afw_compile_type_t | compile_type |
| afw_compile_residual_check_t | residual_check |
| afw_boolean_t | strict |
| afw_boolean_t | cede_p |
| afw_boolean_t | next_can_be_nonunary_operator |
| afw_boolean_t | next_can_be_template_string |
| afw_boolean_t | next_identifier_is_not_special_literal |
| afw_boolean_t | all_eof |
| afw_boolean_t | last_octet_eof |
| afw_boolean_t | callback_eof |
| afw_boolean_t | scanning_for_residual |
| afw_boolean_t | has_called_callback |
| afw_boolean_t | doing_object_spread |
| afw_boolean_t | get_token_before_eol |
| afw_boolean_t | get_token_found_eol |
Definition at line 264 of file afw_compile_internal.h.