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

/external/chromium_org/third_party/libxml/src/
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/libxml2/
H A Dxinclude.c1695 xmlChar *curBase; local
1708 curBase = xmlBuildRelativeURI(URL, ctxt->base);
1709 if (curBase == NULL) { /* Error return */
1715 if (!xmlStrchr(curBase, (xmlChar) '/'))
1716 xmlFree(curBase);
1718 base = curBase;
1726 curBase = xmlNodeGetBase(node->doc, node);
1728 if (curBase == NULL) {
1736 if (xmlStrEqual(curBase, node->doc->URL)) {
1763 xmlFree(curBase);
[all...]
/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c631 #define curBase (parser->m_curBase) macro
847 curBase = NULL;
1239 curBase = p;
1242 curBase = NULL;
1249 return curBase;
3949 entity->base = curBase;
3992 entity->base = curBase;
4160 curBase, 0, 0, 0);
4218 declEntity->base = curBase;
4375 curBase,
[all...]
/external/expat/lib/
H A Dxmlparse.c631 #define curBase (parser->m_curBase) macro
847 curBase = NULL;
1239 curBase = p;
1242 curBase = NULL;
1249 return curBase;
3949 entity->base = curBase;
3992 entity->base = curBase;
4160 curBase, 0, 0, 0);
4218 declEntity->base = curBase;
4375 curBase,
[all...]

Completed in 161 milliseconds