Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlStrdup

168 	ret->name = xmlStrdup(name);
170 ret->ExternalID = xmlStrdup(ExternalID);
172 ret->SystemID = xmlStrdup(SystemID);
672 doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1");
705 doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1");
923 cur->name = xmlStrdup(ent->name);
925 cur->ExternalID = xmlStrdup(ent->ExternalID);
927 cur->SystemID = xmlStrdup(ent->SystemID);
929 cur->content = xmlStrdup(ent->content);
931 cur->orig = xmlStrdup(ent->orig);
933 cur->URI = xmlStrdup(ent->URI);