Home
last modified time | relevance | path

Searched refs:attsDefault (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/
Dparser.c1144 if (ctxt->attsDefault == NULL) { in xmlAddDefAttrs()
1145 ctxt->attsDefault = xmlHashCreateDict(10, ctxt->dict); in xmlAddDefAttrs()
1146 if (ctxt->attsDefault == NULL) in xmlAddDefAttrs()
1166 defaults = xmlHashLookup2(ctxt->attsDefault, name, prefix); in xmlAddDefAttrs()
1174 if (xmlHashUpdateEntry2(ctxt->attsDefault, name, prefix, in xmlAddDefAttrs()
1188 if (xmlHashUpdateEntry2(ctxt->attsDefault, name, prefix, in xmlAddDefAttrs()
9114 if (ctxt->attsDefault != NULL) { in xmlParseStartTag2()
9117 defaults = xmlHashLookup2(ctxt->attsDefault, localname, prefix); in xmlParseStartTag2()
12457 ctxt->attsDefault = ctx->attsDefault; in xmlParseCtxtExternalEntity()
12499 ctxt->attsDefault = NULL; in xmlParseCtxtExternalEntity()
[all …]
DparserInternals.c1805 if (ctxt->attsDefault != NULL) in xmlFreeParserCtxt()
1806 xmlHashFree(ctxt->attsDefault, (xmlHashDeallocator) xmlFree); in xmlFreeParserCtxt()
DHTMLparser.c6474 if (ctxt->attsDefault != NULL) { in htmlCtxtReset()
6475 xmlHashFree(ctxt->attsDefault, (xmlHashDeallocator) xmlFree); in htmlCtxtReset()
6476 ctxt->attsDefault = NULL; in htmlCtxtReset()
/external/libxml2/include/libxml/
Dparser.h284 xmlHashTablePtr attsDefault; /* defaulted attributes if any */ member
/external/libxml2/patches/
D0001-Add-ICU-support-for-libxml.patch470 xmlHashTablePtr attsDefault; /* defaulted attributes if any */