Lines Matching defs:url
76 xmlChar * url; /* the current URL processed */
306 * @value: the url
308 * Pushes a new url on top of the url stack
342 ctxt->url = ctxt->urlTab[ctxt->urlNr] = xmlStrdup(value);
361 ctxt->url = ctxt->urlTab[ctxt->urlNr - 1];
363 ctxt->url = NULL;
648 * @url: the associated URL
654 const xmlURL url ATTRIBUTE_UNUSED) {
734 xmlGenericError(xmlGenericErrorContext, "Done recursing in doc %s\n", url);
742 * @url: the associated URL
747 xmlXIncludeAddTxt(xmlXIncludeCtxtPtr ctxt, xmlNodePtr txt, const xmlURL url) {
749 xmlGenericError(xmlGenericErrorContext, "Adding text %s\n", url);
782 ctxt->txturlTab[ctxt->txtNr] = xmlStrdup(url);
1375 * @url: the associated URL
1383 xmlXIncludeLoadDoc(xmlXIncludeCtxtPtr ctxt, const xmlChar *url, int nr) {
1394 xmlGenericError(xmlGenericErrorContext, "Loading doc %s:%d\n", url, nr);
1399 uri = xmlParseURI((const char *)url);
1403 "invalid value URI %s\n", url);
1421 "invalid value URI %s\n", url);
1425 "invalid value URI %s\n", url);
1766 * @url: the associated URL
1774 xmlXIncludeLoadTxt(xmlXIncludeCtxtPtr ctxt, const xmlChar *url, int nr) {
1786 uri = xmlParseURI((const char *)url);
1789 "invalid value URI %s\n", url);
1803 "invalid value URI %s\n", url);