Home
last modified time | relevance | path

Searched refs:xml_document (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dxml-tdesc.c66 const char *xml_document; member
527 if (strcmp (cache->xml_document, expanded_text) == 0) in tdesc_parse_xml()
546 new_cache.xml_document = expanded_text; in tdesc_parse_xml()
/dragonfly/usr.bin/evtranalyze/
H A Dxml.h52 typedef struct xml_document { struct
H A Dxml.c44 if ((doc = malloc(sizeof(struct xml_document))) == NULL) in xml_document_create()