Home | History | Annotate | Download | only in src

Lines Matching refs:curBase

1692 	xmlChar *curBase;
1705 curBase = xmlBuildRelativeURI(URL, ctxt->base);
1706 if (curBase == NULL) { /* Error return */
1712 if (!xmlStrchr(curBase, (xmlChar) '/'))
1713 xmlFree(curBase);
1715 base = curBase;
1723 curBase = xmlNodeGetBase(node->doc, node);
1725 if (curBase == NULL) {
1733 if (xmlStrEqual(curBase, node->doc->URL)) {
1760 xmlFree(curBase);