• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/

Lines Matching refs:xmlStrdup

289     ret = xmlStrdup(&name[len + 1]);
733 cur->href = xmlStrdup(href);
735 cur->prefix = xmlStrdup(prefix);
867 cur->name = xmlStrdup(name);
869 cur->ExternalID = xmlStrdup(ExternalID);
871 cur->SystemID = xmlStrdup(SystemID);
941 cur->name = xmlStrdup(name);
949 cur->ExternalID = xmlStrdup(ExternalID);
959 cur->SystemID = xmlStrdup(SystemID);
1042 cpy = xmlStrdup((const xmlChar *)(str)); }
1059 cpy = (const xmlChar *) xmlStrdup((const xmlChar *)(str)); }
1144 cur->version = xmlStrdup(version);
1812 cur->name = xmlStrdup(name);
1968 cur->name = xmlStrdup(name);
2118 cur->name = xmlStrdup(name);
2120 cur->content = xmlStrdup(content);
2151 * Returns a pointer to the new node object. Uses xmlStrdup() to make
2177 cur->name = xmlStrdup(name);
2380 cur->content = xmlStrdup(content);
2506 cur->name = xmlStrdup(name);
2550 cur->name = xmlStrdup(name);
2662 cur->content = xmlStrdup(content);
2950 tmp = xmlStrdup(elem->content);
3022 tmp = xmlStrdup(elem->content);
3887 ret->name = xmlStrdup(node->name);
3894 ret->content = xmlStrdup(node->content);
4187 ret->encoding = xmlStrdup(doc->encoding);
4189 ret->URL = xmlStrdup(doc->URL);
4787 cur->name = xmlStrdup(name);
4908 return(xmlStrdup(ent->URI));
4937 return(xmlStrdup(doc->URL));
5123 return (xmlStrdup(cur->content));
5175 tmp = xmlStrdup(((xmlNsPtr) cur)->href);
5190 return (xmlStrdup(cur->content));
5235 cur->content = xmlStrdup(content);
5547 ns->href = xmlStrdup(XML_XML_NAMESPACE);
5548 ns->prefix = xmlStrdup((const xmlChar *)"xml");
5592 cur->href = xmlStrdup(XML_XML_NAMESPACE);
5593 cur->prefix = xmlStrdup((const xmlChar *)"xml");
5725 cur->href = xmlStrdup(XML_XML_NAMESPACE);
5726 cur->prefix = xmlStrdup((const xmlChar *) "xml");
6095 tmpstr = xmlStrdup(node->ns->prefix);
6174 return(xmlStrdup(prop->children->content));
6183 return(xmlStrdup((xmlChar *)""));
6185 return(xmlStrdup(((xmlAttributePtr)prop)->defaultValue));
7567 str = BAD_CAST xmlStrdup(str); \
7583 cur->content = xmlStrdup(BAD_CAST cur->content); \
8988 cloneNs->href = xmlStrdup(ns->href);
8990 cloneNs->prefix = xmlStrdup(ns->prefix);