Searched refs:attsDefault (Results 1 - 4 of 4) sorted by relevance
/external/libxml2/ |
H A D | parser.c | 1144 if (ctxt->attsDefault == NULL) { 1145 ctxt->attsDefault = xmlHashCreateDict(10, ctxt->dict); 1146 if (ctxt->attsDefault == NULL) 1166 defaults = xmlHashLookup2(ctxt->attsDefault, name, prefix); 1174 if (xmlHashUpdateEntry2(ctxt->attsDefault, name, prefix, 1188 if (xmlHashUpdateEntry2(ctxt->attsDefault, name, prefix, 9114 if (ctxt->attsDefault != NULL) { 9117 defaults = xmlHashLookup2(ctxt->attsDefault, localname, prefix); 12457 ctxt->attsDefault = ctx->attsDefault; [all...] |
H A D | parserInternals.c | 1805 if (ctxt->attsDefault != NULL) 1806 xmlHashFree(ctxt->attsDefault, (xmlHashDeallocator) xmlFree);
|
H A D | HTMLparser.c | 6474 if (ctxt->attsDefault != NULL) { 6475 xmlHashFree(ctxt->attsDefault, (xmlHashDeallocator) xmlFree); 6476 ctxt->attsDefault = NULL;
|
/external/libxml2/include/libxml/ |
H A D | parser.h | 284 xmlHashTablePtr attsDefault; /* defaulted attributes if any */ member in struct:_xmlParserCtxt
|
Completed in 98 milliseconds