• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching refs:xmlStrdup

292     ret = xmlStrdup(&name[len + 1]);
738 cur->href = xmlStrdup(href);
740 cur->prefix = xmlStrdup(prefix);
872 cur->name = xmlStrdup(name);
874 cur->ExternalID = xmlStrdup(ExternalID);
876 cur->SystemID = xmlStrdup(SystemID);
946 cur->name = xmlStrdup(name);
954 cur->ExternalID = xmlStrdup(ExternalID);
964 cur->SystemID = xmlStrdup(SystemID);
1047 cpy = xmlStrdup((const xmlChar *)(str)); }
1064 cpy = (const xmlChar *) xmlStrdup((const xmlChar *)(str)); }
1149 cur->version = xmlStrdup(version);
1823 cur->name = xmlStrdup(name);
1834 doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1");
1982 cur->name = xmlStrdup(name);
2132 cur->name = xmlStrdup(name);
2134 cur->content = xmlStrdup(content);
2165 * Returns a pointer to the new node object. Uses xmlStrdup() to make
2191 cur->name = xmlStrdup(name);
2399 cur->content = xmlStrdup(content);
2525 cur->name = xmlStrdup(name);
2569 cur->name = xmlStrdup(name);
2681 cur->content = xmlStrdup(content);
2969 tmp = xmlStrdup(elem->content);
3041 tmp = xmlStrdup(elem->content);
3933 ret->name = xmlStrdup(node->name);
3940 ret->content = xmlStrdup(node->content);
4233 ret->encoding = xmlStrdup(doc->encoding);
4235 ret->URL = xmlStrdup(doc->URL);
4833 cur->name = xmlStrdup(name);
4954 return(xmlStrdup(ent->URI));
4983 return(xmlStrdup(doc->URL));
5169 return (xmlStrdup(cur->content));
5221 tmp = xmlStrdup(((xmlNsPtr) cur)->href);
5236 return (xmlStrdup(cur->content));
5284 cur->content = xmlStrdup(content);
5605 ns->href = xmlStrdup(XML_XML_NAMESPACE);
5606 ns->prefix = xmlStrdup((const xmlChar *)"xml");
5650 cur->href = xmlStrdup(XML_XML_NAMESPACE);
5651 cur->prefix = xmlStrdup((const xmlChar *)"xml");
5783 cur->href = xmlStrdup(XML_XML_NAMESPACE);
5784 cur->prefix = xmlStrdup((const xmlChar *) "xml");
6153 tmpstr = xmlStrdup(node->ns->prefix);
6232 return(xmlStrdup(prop->children->content));
6241 return(xmlStrdup((xmlChar *)""));
6243 return(xmlStrdup(((xmlAttributePtr)prop)->defaultValue));
6521 node->doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1");
7711 str = BAD_CAST xmlStrdup(str); \
7727 cur->content = xmlStrdup(BAD_CAST cur->content); \
9132 cloneNs->href = xmlStrdup(ns->href);
9134 cloneNs->prefix = xmlStrdup(ns->prefix);