Searched refs:xmlGetNamespace (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/patches/ |
D | 0001-Add-ICU-support-for-libxml.patch | 527 @@ -8189,6 +8195,7 @@ xmlGetNamespace(xmlParserCtxtPtr ctxt, const xmlChar *prefix) { 531 + if (ctxt->nsParent) return xmlGetNamespace(ctxt->nsParent, prefix);
|
/external/libxml2/ |
D | parser.c | 8411 xmlGetNamespace(xmlParserCtxtPtr ctxt, const xmlChar *prefix) { in xmlGetNamespace() function 9135 nsname = xmlGetNamespace(ctxt, NULL); in xmlParseStartTag2() 9150 nsname = xmlGetNamespace(ctxt, attname); in xmlParseStartTag2() 9178 atts[nbatts++] = xmlGetNamespace(ctxt, aprefix); in xmlParseStartTag2() 9201 nsname = xmlGetNamespace(ctxt, atts[i + 1]); in xmlParseStartTag2() 9232 nsname = xmlGetNamespace(ctxt, prefix); in xmlParseStartTag2() 13107 if (xmlGetNamespace(ctxt, iprefix) == NULL) { in xmlParseInNodeContext()
|
/external/chromium_org/third_party/libxml/src/ |
D | parser.c | 8366 xmlGetNamespace(xmlParserCtxtPtr ctxt, const xmlChar *prefix) { in xmlGetNamespace() function 9100 nsname = xmlGetNamespace(ctxt, NULL); in xmlParseStartTag2() 9115 nsname = xmlGetNamespace(ctxt, attname); in xmlParseStartTag2() 9143 atts[nbatts++] = xmlGetNamespace(ctxt, aprefix); in xmlParseStartTag2() 9166 nsname = xmlGetNamespace(ctxt, atts[i + 1]); in xmlParseStartTag2() 9197 nsname = xmlGetNamespace(ctxt, prefix); in xmlParseStartTag2() 13115 if (xmlGetNamespace(ctxt, iprefix) == NULL) { in xmlParseInNodeContext()
|