Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlStrdup

3517 	ctxt->input->encoding = xmlStrdup(encoding);
4064 currentNode = xmlStrdup(ctxt->name);
4309 currentNode = xmlStrdup(ctxt->name);
4464 currentNode = xmlStrdup(ctxt->name);
4483 currentNode = xmlStrdup(ctxt->name);
4505 currentNode = xmlStrdup(ctxt->name);
4528 currentNode = xmlStrdup(ctxt->name);
4576 currentNode = xmlStrdup(ctxt->name);
4990 ctxt->input->encoding = xmlStrdup((const xmlChar *) encoding);
6701 ctxt->input->encoding = xmlStrdup((xmlChar *)encoding);
6706 ctxt->input->filename = (char *) xmlStrdup((const xmlChar *) URL);