Searched refs:xmlAttrPtr (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr65240.h367 typedef xmlAttr *xmlAttrPtr; typedef
390 xmlAttrPtr attr;
402 xmlAttrPtr attr;
532 xmlAttrPtr xmlNewDocProp (xmlDocPtr doc, const xmlChar * name, const xmlChar * value);
535 xmlAttrPtr xmlNewProp (xmlNodePtr node, const xmlChar * name, const xmlChar * value);
537 xmlAttrPtr xmlNewNsProp (xmlNodePtr node,
539 xmlAttrPtr xmlNewNsPropEatName (xmlNodePtr node,
541 void xmlFreePropList (xmlAttrPtr cur);
542 void xmlFreeProp (xmlAttrPtr cur);
543 xmlAttrPtr xmlCopyPro
[all...]

Completed in 130 milliseconds