Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlStrdup

239 	ret->URI = xmlStrdup(URI);
342 ctxt->url = ctxt->urlTab[ctxt->urlNr] = xmlStrdup(value);
513 href = xmlStrdup(BAD_CAST ""); /* @@@@ href is now optional */
710 newctxt->base = xmlStrdup(ctxt->base);
791 ctxt->txturlTab[ctxt->txtNr] = xmlStrdup(url);
1280 ret->URI = xmlStrdup(ent->URI);
1422 fragment = xmlStrdup(ctxt->incTab[nr]->fragment);
1501 URL = xmlStrdup(doc->URL);
1941 newctxt->base = xmlStrdup(ctxt->base); /* Inherit the base from the existing context */
2014 href = xmlStrdup(BAD_CAST ""); /* @@@@ href is now optional */
2454 ctxt->base = xmlStrdup((xmlChar *)doc->URL);