Searched refs:attsDefault (Results 1 – 5 of 5) sorted by relevance
/external/libxml2/ |
D | parser.c | 1144 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 …]
|
D | parserInternals.c | 1805 if (ctxt->attsDefault != NULL) in xmlFreeParserCtxt() 1806 xmlHashFree(ctxt->attsDefault, (xmlHashDeallocator) xmlFree); in xmlFreeParserCtxt()
|
D | HTMLparser.c | 6474 if (ctxt->attsDefault != NULL) { in htmlCtxtReset() 6475 xmlHashFree(ctxt->attsDefault, (xmlHashDeallocator) xmlFree); in htmlCtxtReset() 6476 ctxt->attsDefault = NULL; in htmlCtxtReset()
|
/external/libxml2/include/libxml/ |
D | parser.h | 284 xmlHashTablePtr attsDefault; /* defaulted attributes if any */ member
|
/external/libxml2/patches/ |
D | 0001-Add-ICU-support-for-libxml.patch | 470 xmlHashTablePtr attsDefault; /* defaulted attributes if any */
|