Searched refs:attsDefault (Results 1 – 5 of 5) sorted by relevance
/external/libxml2/ |
D | parser.c | 1266 if (ctxt->attsDefault == NULL) { in xmlAddDefAttrs() 1267 ctxt->attsDefault = xmlHashCreateDict(10, ctxt->dict); in xmlAddDefAttrs() 1268 if (ctxt->attsDefault == NULL) in xmlAddDefAttrs() 1288 defaults = xmlHashLookup2(ctxt->attsDefault, name, prefix); in xmlAddDefAttrs() 1296 if (xmlHashUpdateEntry2(ctxt->attsDefault, name, prefix, in xmlAddDefAttrs() 1310 if (xmlHashUpdateEntry2(ctxt->attsDefault, name, prefix, in xmlAddDefAttrs() 9520 if (ctxt->attsDefault != NULL) { in xmlParseStartTag2() 9523 defaults = xmlHashLookup2(ctxt->attsDefault, localname, prefix); in xmlParseStartTag2() 13123 ctxt->attsDefault = oldctxt->attsDefault; in xmlParseExternalEntityPrivate() 13200 ctxt->attsDefault = NULL; in xmlParseExternalEntityPrivate() [all …]
|
D | parserInternals.c | 1806 if (ctxt->attsDefault != NULL) in xmlFreeParserCtxt() 1807 xmlHashFree(ctxt->attsDefault, xmlHashDefaultDeallocator); in xmlFreeParserCtxt()
|
D | HTMLparser.c | 6792 if (ctxt->attsDefault != NULL) { in htmlCtxtReset() 6793 xmlHashFree(ctxt->attsDefault, xmlHashDefaultDeallocator); in htmlCtxtReset() 6794 ctxt->attsDefault = NULL; in htmlCtxtReset()
|
/external/libxml2/include/libxml/ |
D | parser.h | 286 xmlHashTablePtr attsDefault; /* defaulted attributes if any */ member
|
/external/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 300 d attsDefault like(xmlHashTablePtr) Defaulted attrs
|