Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlStrdup

296     ret = xmlStrdup(&name[len + 1]);
760 cur->href = xmlStrdup(href);
762 cur->prefix = xmlStrdup(prefix);
896 cur->name = xmlStrdup(name);
898 cur->ExternalID = xmlStrdup(ExternalID);
900 cur->SystemID = xmlStrdup(SystemID);
970 cur->name = xmlStrdup(name);
978 cur->ExternalID = xmlStrdup(ExternalID);
988 cur->SystemID = xmlStrdup(SystemID);
1071 cpy = xmlStrdup((const xmlChar *)(str)); }
1088 cpy = (const xmlChar *) xmlStrdup((const xmlChar *)(str)); }
1173 cur->version = xmlStrdup(version);
1867 cur->name = xmlStrdup(name);
1878 doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1");
2027 cur->name = xmlStrdup(name);
2177 cur->name = xmlStrdup(name);
2179 cur->content = xmlStrdup(content);
2210 * Returns a pointer to the new node object. Uses xmlStrdup() to make
2236 cur->name = xmlStrdup(name);
2444 cur->content = xmlStrdup(content);
2570 cur->name = xmlStrdup(name);
2614 cur->name = xmlStrdup(name);
2726 cur->content = xmlStrdup(content);
3016 tmp = xmlStrdup(elem->content);
3088 tmp = xmlStrdup(elem->content);
4201 ret->name = xmlStrdup(node->name);
4208 ret->content = xmlStrdup(node->content);
4507 ret->encoding = xmlStrdup(doc->encoding);
4509 ret->URL = xmlStrdup(doc->URL);
5149 cur->name = xmlStrdup(name);
5275 return(xmlStrdup(ent->URI));
5304 return(xmlStrdup(doc->URL));
5518 return (xmlStrdup(cur->content));
5568 tmp = xmlStrdup(((xmlNsPtr) cur)->href);
5583 return (xmlStrdup(cur->content));
5631 cur->content = xmlStrdup(content);
5955 ns->href = xmlStrdup(XML_XML_NAMESPACE);
5956 ns->prefix = xmlStrdup((const xmlChar *)"xml");
6000 cur->href = xmlStrdup(XML_XML_NAMESPACE);
6001 cur->prefix = xmlStrdup((const xmlChar *)"xml");
6133 cur->href = xmlStrdup(XML_XML_NAMESPACE);
6134 cur->prefix = xmlStrdup((const xmlChar *) "xml");
6503 tmpstr = xmlStrdup(node->ns->prefix);
6582 return(xmlStrdup(prop->children->content));
6591 return(xmlStrdup((xmlChar *)""));
6593 return(xmlStrdup(((xmlAttributePtr)prop)->defaultValue));
6871 node->doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1");
8117 str = BAD_CAST xmlStrdup(str); \
8133 cur->content = xmlStrdup(BAD_CAST cur->content); \
9549 cloneNs->href = xmlStrdup(ns->href);
9551 cloneNs->prefix = xmlStrdup(ns->prefix);