Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlStrdup

293     ret = xmlStrdup(&name[len + 1]);
750 cur->href = xmlStrdup(href);
752 cur->prefix = xmlStrdup(prefix);
884 cur->name = xmlStrdup(name);
886 cur->ExternalID = xmlStrdup(ExternalID);
888 cur->SystemID = xmlStrdup(SystemID);
958 cur->name = xmlStrdup(name);
966 cur->ExternalID = xmlStrdup(ExternalID);
976 cur->SystemID = xmlStrdup(SystemID);
1059 cpy = xmlStrdup((const xmlChar *)(str)); }
1076 cpy = (const xmlChar *) xmlStrdup((const xmlChar *)(str)); }
1161 cur->version = xmlStrdup(version);
1833 cur->name = xmlStrdup(name);
1844 doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1");
1993 cur->name = xmlStrdup(name);
2143 cur->name = xmlStrdup(name);
2145 cur->content = xmlStrdup(content);
2176 * Returns a pointer to the new node object. Uses xmlStrdup() to make
2202 cur->name = xmlStrdup(name);
2410 cur->content = xmlStrdup(content);
2536 cur->name = xmlStrdup(name);
2580 cur->name = xmlStrdup(name);
2692 cur->content = xmlStrdup(content);
2980 tmp = xmlStrdup(elem->content);
3052 tmp = xmlStrdup(elem->content);
4153 ret->name = xmlStrdup(node->name);
4160 ret->content = xmlStrdup(node->content);
4457 ret->encoding = xmlStrdup(doc->encoding);
4459 ret->URL = xmlStrdup(doc->URL);
5057 cur->name = xmlStrdup(name);
5178 return(xmlStrdup(ent->URI));
5207 return(xmlStrdup(doc->URL));
5393 return (xmlStrdup(cur->content));
5445 tmp = xmlStrdup(((xmlNsPtr) cur)->href);
5460 return (xmlStrdup(cur->content));
5508 cur->content = xmlStrdup(content);
5829 ns->href = xmlStrdup(XML_XML_NAMESPACE);
5830 ns->prefix = xmlStrdup((const xmlChar *)"xml");
5874 cur->href = xmlStrdup(XML_XML_NAMESPACE);
5875 cur->prefix = xmlStrdup((const xmlChar *)"xml");
6007 cur->href = xmlStrdup(XML_XML_NAMESPACE);
6008 cur->prefix = xmlStrdup((const xmlChar *) "xml");
6377 tmpstr = xmlStrdup(node->ns->prefix);
6456 return(xmlStrdup(prop->children->content));
6465 return(xmlStrdup((xmlChar *)""));
6467 return(xmlStrdup(((xmlAttributePtr)prop)->defaultValue));
6745 node->doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1");
7946 str = BAD_CAST xmlStrdup(str); \
7962 cur->content = xmlStrdup(BAD_CAST cur->content); \
9367 cloneNs->href = xmlStrdup(ns->href);
9369 cloneNs->prefix = xmlStrdup(ns->prefix);