Home
last modified time | relevance | path

Searched defs:_xmlRef (Results 1 – 2 of 2) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
Dtree.in.h503 struct _xmlRef { struct
504 struct _xmlRef *next; /* next Ref */ argument
505 const xmlChar *value; /* The Ref name */
506 xmlAttrPtr attr; /* The attribute holding it */
507 const xmlChar *name; /* The attribute if attr is not available */
508 int lineno; /* The line number if attr is not available */
/third_party/libxml2/include/libxml/
Dtree.h474 struct _xmlRef { struct
475 struct _xmlRef *next; /* next Ref */ argument
476 const xmlChar *value; /* The Ref name */
477 xmlAttrPtr attr; /* The attribute holding it */
478 const xmlChar *name; /* The attribute if attr is not available */
479 int lineno; /* The line number if attr is not available */