#include <fxparser.h>
Data Fields | |
| DATA_BLOB | data |
| bool | enough_data |
| uint32_t | idx |
| struct SPropValue | lpProp |
| TALLOC_CTX * | mem_ctx |
| struct MAPINAMEID | namedprop |
| enum MAPISTATUS(* | op_delprop )(uint32_t, void *) |
| enum MAPISTATUS(* | op_marker )(uint32_t, void *) |
| enum MAPISTATUS(* | op_namedprop )(uint32_t, struct MAPINAMEID, void *) |
| enum MAPISTATUS(* | op_property )(struct SPropValue, void *) |
| void * | priv |
| enum fx_parser_state | state |
| uint32_t | tag |
| DATA_BLOB fx_parser_context::data |
Referenced by fxparser_init(), and fxparser_parse().
| bool fx_parser_context::enough_data |
Referenced by fxparser_parse().
| uint32_t fx_parser_context::idx |
Referenced by fxparser_init(), and fxparser_parse().
| struct SPropValue fx_parser_context::lpProp |
Referenced by fxparser_init().
| TALLOC_CTX* fx_parser_context::mem_ctx |
Referenced by fxparser_init(), and fxparser_parse().
| struct MAPINAMEID fx_parser_context::namedprop |
| enum MAPISTATUS(* fx_parser_context::op_delprop) (uint32_t, void *) |
Referenced by fxparser_set_delprop_callback().
| enum MAPISTATUS(* fx_parser_context::op_marker) (uint32_t, void *) |
Referenced by fxparser_set_marker_callback().
| enum MAPISTATUS(* fx_parser_context::op_namedprop) (uint32_t, struct MAPINAMEID, void *) |
Referenced by fxparser_set_namedprop_callback().
| enum MAPISTATUS(* fx_parser_context::op_property) (struct SPropValue, void *) |
Referenced by fxparser_set_property_callback().
| void* fx_parser_context::priv |
Referenced by fxparser_init().
| enum fx_parser_state fx_parser_context::state |
Referenced by fxparser_init(), and fxparser_parse().
| uint32_t fx_parser_context::tag |
|
|
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |