Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlStrdup

1019 		doc->encoding = xmlStrdup(ctxt->encoding);
1073 ctxt->myDoc->encoding = xmlStrdup(ctxt->inputTab[0]->encoding);
1106 name = xmlStrdup(fullname);
1128 name = xmlStrdup(fullname);
1141 nval = xmlStrdup(fullname);
1464 fulln = xmlStrdup(attr->prefix);
1468 fulln = xmlStrdup(attr->name);
2000 ret->name = xmlStrdup(localname);
2259 ret->name = xmlStrdup(localname);
2575 lastChild->content = xmlStrdup(lastChild->content);
2579 lastChild->content = xmlStrdup(lastChild->content);
2582 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters: xmlStrdup returned NULL");