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);
1286 ret->URI = xmlStrdup(ent->URI);
1428 fragment = xmlStrdup(ctxt->incTab[nr]->fragment);
1507 URL = xmlStrdup(doc->URL);
1947 newctxt->base = xmlStrdup(ctxt->base); /* Inherit the base from the existing context */
2020 href = xmlStrdup(BAD_CAST ""); /* @@@@ href is now optional */
2458 ctxt->base = xmlStrdup((xmlChar *)tree->doc->URL);