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

/external/chromium_org/third_party/libxml/src/
H A Dparser.c13104 const xmlChar *iprefix, *ihref; local
13109 ihref = xmlDictLookup(ctxt->dict, ns->href, -1);
13112 ihref = ns->href;
13116 nsPush(ctxt, iprefix, ihref);
/external/libxml2/
H A Dparser.c13096 const xmlChar *iprefix, *ihref; local
13101 ihref = xmlDictLookup(ctxt->dict, ns->href, -1);
13104 ihref = ns->href;
13108 nsPush(ctxt, iprefix, ihref);

Completed in 90 milliseconds