|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| CH | id |
| int | line |
| int | column |
| HRESULT | ret |
| const char * | arg1 |
| const char * | arg2 |
| const char * | arg3 |
| struct attribute_entry * | attributes |
| int | attr_count |
| BSTR | arg1W |
| BSTR | arg2W |
| BSTR | arg3W |
Definition at line 225 of file saxreader.c.
Definition at line 230 of file saxreader.c.
| BSTR call_entry::arg1W |
Definition at line 239 of file saxreader.c.
Referenced by add_call(), contentHandler_characters(), contentHandler_endElement(), contentHandler_endPrefixMapping(), contentHandler_ignorableWhitespace(), contentHandler_processingInstruction(), contentHandler_skippedEntity(), contentHandler_startElement(), contentHandler_startPrefixMapping(), and ok_sequence_().
Definition at line 231 of file saxreader.c.
| BSTR call_entry::arg2W |
Definition at line 240 of file saxreader.c.
Referenced by add_call(), contentHandler_endElement(), contentHandler_processingInstruction(), contentHandler_startElement(), contentHandler_startPrefixMapping(), and ok_sequence_().
Definition at line 232 of file saxreader.c.
| BSTR call_entry::arg3W |
Definition at line 241 of file saxreader.c.
Referenced by add_call(), contentHandler_endElement(), contentHandler_startElement(), and ok_sequence_().
| int call_entry::attr_count |
Definition at line 236 of file saxreader.c.
Referenced by add_call(), compare_attributes(), and contentHandler_startElement().
| struct attribute_entry* call_entry::attributes |
Definition at line 235 of file saxreader.c.
Referenced by add_call(), compare_attributes(), and contentHandler_startElement().
| int call_entry::column |
Definition at line 228 of file saxreader.c.
Referenced by add_call(), init_call_entry(), and ok_sequence_().
| CH call_entry::id |
Definition at line 226 of file saxreader.c.
Referenced by add_call(), compare_attributes(), contentHandler_characters(), contentHandler_endDocument(), contentHandler_endElement(), contentHandler_endPrefixMapping(), contentHandler_ignorableWhitespace(), contentHandler_processingInstruction(), contentHandler_putDocumentLocator(), contentHandler_skippedEntity(), contentHandler_startDocument(), contentHandler_startElement(), contentHandler_startPrefixMapping(), isaxerrorHandler_fatalError(), isaxlexical_endCDATA(), isaxlexical_startCDATA(), and ok_sequence_().
| int call_entry::line |
Definition at line 227 of file saxreader.c.
Referenced by add_call(), init_call_entry(), and ok_sequence_().
| HRESULT call_entry::ret |
Definition at line 229 of file saxreader.c.
Referenced by add_call(), isaxerrorHandler_fatalError(), and ok_sequence_().