GDB (xrefs)
|
Public Attributes | |
XML_Parser | expat_parser |
const char * | name |
void * | user_data |
Definition at line 62 of file xml-support.c.
XML_Parser gdb_xml_parser::expat_parser |
Definition at line 64 of file xml-support.c.
Referenced by gdb_xml_cleanup(), gdb_xml_create_parser_and_cleanup(), gdb_xml_debug(), gdb_xml_end_element(), gdb_xml_end_element_wrapper(), gdb_xml_error(), gdb_xml_parse(), gdb_xml_start_element(), gdb_xml_start_element_wrapper(), gdb_xml_use_dtd(), and xml_process_xincludes().
const char* gdb_xml_parser::name |
Definition at line 66 of file xml-support.c.
Referenced by gdb_xml_create_parser_and_cleanup(), gdb_xml_debug(), gdb_xml_parse(), and xinclude_start_include().
void* gdb_xml_parser::user_data |
Definition at line 67 of file xml-support.c.
Referenced by gdb_xml_create_parser_and_cleanup(), gdb_xml_end_element(), gdb_xml_start_element(), xml_xinclude_default(), xml_xinclude_end_doctype(), and xml_xinclude_start_doctype().