Searched refs:attsDefault (Results 1 – 5 of 5) sorted by relevance
/external/libxml2/ |
D | parser.c | 1223 if (ctxt->attsDefault == NULL) { in xmlAddDefAttrs() 1224 ctxt->attsDefault = xmlHashCreateDict(10, ctxt->dict); in xmlAddDefAttrs() 1225 if (ctxt->attsDefault == NULL) in xmlAddDefAttrs() 1245 defaults = xmlHashLookup2(ctxt->attsDefault, name, prefix); in xmlAddDefAttrs() 1253 if (xmlHashUpdateEntry2(ctxt->attsDefault, name, prefix, in xmlAddDefAttrs() 1267 if (xmlHashUpdateEntry2(ctxt->attsDefault, name, prefix, in xmlAddDefAttrs() 9446 if (ctxt->attsDefault != NULL) { in xmlParseStartTag2() 9449 defaults = xmlHashLookup2(ctxt->attsDefault, localname, prefix); in xmlParseStartTag2() 13002 ctxt->attsDefault = ctx->attsDefault; in xmlParseCtxtExternalEntity() 13044 ctxt->attsDefault = NULL; in xmlParseCtxtExternalEntity() [all …]
|
D | parserInternals.c | 1807 if (ctxt->attsDefault != NULL) in xmlFreeParserCtxt() 1808 xmlHashFree(ctxt->attsDefault, xmlHashDefaultDeallocator); in xmlFreeParserCtxt()
|
D | HTMLparser.c | 6676 if (ctxt->attsDefault != NULL) { in htmlCtxtReset() 6677 xmlHashFree(ctxt->attsDefault, xmlHashDefaultDeallocator); in htmlCtxtReset() 6678 ctxt->attsDefault = NULL; in htmlCtxtReset()
|
/external/libxml2/include/libxml/ |
D | parser.h | 284 xmlHashTablePtr attsDefault; /* defaulted attributes if any */ member
|
/external/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 300 d attsDefault like(xmlHashTablePtr) Defaulted attrs
|