ReactOS 0.4.15-dev-7958-gcd0bb1a
call_entry Struct Reference
Collaboration diagram for call_entry:

Public Attributes

CH id
 
int line
 
int column
 
HRESULT ret
 
const chararg1
 
const chararg2
 
const chararg3
 
struct attribute_entryattributes
 
int attr_count
 
BSTR arg1W
 
BSTR arg2W
 
BSTR arg3W
 

Detailed Description

Definition at line 216 of file saxreader.c.

Member Data Documentation

◆ arg1

const char* call_entry::arg1

Definition at line 221 of file saxreader.c.

◆ arg1W

◆ arg2

const char* call_entry::arg2

Definition at line 222 of file saxreader.c.

◆ arg2W

◆ arg3

const char* call_entry::arg3

Definition at line 223 of file saxreader.c.

◆ arg3W

BSTR call_entry::arg3W

◆ attr_count

int call_entry::attr_count

Definition at line 227 of file saxreader.c.

Referenced by add_call(), compare_attributes(), and contentHandler_startElement().

◆ attributes

struct attribute_entry* call_entry::attributes

Definition at line 226 of file saxreader.c.

Referenced by add_call(), compare_attributes(), and contentHandler_startElement().

◆ column

int call_entry::column

Definition at line 219 of file saxreader.c.

Referenced by add_call(), init_call_entry(), and ok_sequence_().

◆ id

◆ line

int call_entry::line

Definition at line 218 of file saxreader.c.

Referenced by add_call(), init_call_entry(), and ok_sequence_().

◆ ret

HRESULT call_entry::ret

Definition at line 220 of file saxreader.c.

Referenced by add_call(), isaxerrorHandler_fatalError(), and ok_sequence_().


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