Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlMemStrdup

312     ctxt->protocol = xmlMemStrdup(uri->scheme);
313 ctxt->hostname = xmlMemStrdup(uri->server);
315 ctxt->path = xmlMemStrdup(uri->path);
317 ctxt->path = xmlMemStrdup("/");
319 ctxt->query = xmlMemStrdup(uri->query);
365 proxy = xmlMemStrdup(uri->server);
658 return(xmlMemStrdup(buf));
667 return(xmlMemStrdup(buf));
673 return(xmlMemStrdup(buf));
735 ctxt->contentType = xmlMemStrdup(cur);
760 ctxt->contentType = xmlMemStrdup(cur);
792 ctxt->location = xmlMemStrdup(cur);
799 ctxt->authHeader = xmlMemStrdup(cur);
805 ctxt->authHeader = xmlMemStrdup(cur);
1360 ctxt->location = xmlMemStrdup(redirURL);
1532 redirURL = xmlMemStrdup(ctxt->location);
1547 *contentType = xmlMemStrdup(ctxt->contentType);