Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlStrdup

166 	ret->name = xmlStrdup(name);
168 ret->ExternalID = xmlStrdup(ExternalID);
170 ret->SystemID = xmlStrdup(SystemID);
632 doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1");
665 doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1");
840 cur->name = xmlStrdup(ent->name);
842 cur->ExternalID = xmlStrdup(ent->ExternalID);
844 cur->SystemID = xmlStrdup(ent->SystemID);
846 cur->content = xmlStrdup(ent->content);
848 cur->orig = xmlStrdup(ent->orig);
850 cur->URI = xmlStrdup(ent->URI);