Searched refs:curBase (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dxinclude.c1692 xmlChar *curBase; local
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);
[all...]
/external/expat/lib/
H A Dxmlparse.c620 #define curBase (parser->m_curBase) macro
807 curBase = NULL;
1188 curBase = p;
1191 curBase = NULL;
1198 return curBase;
3838 entity->base = curBase;
3881 entity->base = curBase;
4049 curBase, 0, 0, 0);
4106 declEntity->base = curBase;
4263 curBase,
[all...]

Completed in 115 milliseconds