fx_parser_context Struct Reference

#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
 

Field Documentation

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(), and fxparser_parse().

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 *)
enum MAPISTATUS(* fx_parser_context::op_marker)(uint32_t, void *)
enum MAPISTATUS(* fx_parser_context::op_namedprop)(uint32_t, struct MAPINAMEID, void *)
enum MAPISTATUS(* fx_parser_context::op_property)(struct SPropValue, void *)
void* fx_parser_context::priv

Referenced by fxparser_init(), and fxparser_parse().

enum fx_parser_state fx_parser_context::state

Referenced by fxparser_init(), and fxparser_parse().

uint32_t fx_parser_context::tag

Referenced by fxparser_parse().


The documentation for this struct was generated from the following file:

Creative Commons License
Creative Commons Attribution icon Creative Commons Share Alike icon
This content is licensed under the Creative Commons
Attribution ShareAlike License v. 3.0:
http://creativecommons.org/licenses/by-sa/3.0/