Searched refs:attsSpecial (Results 1 – 6 of 6) sorted by relevance
/third_party/libxml2/ |
D | parser.c | 1263 if (ctxt->attsSpecial != NULL) { in xmlAddDefAttrs() 1264 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL) in xmlAddDefAttrs() 1367 if (ctxt->attsSpecial == NULL) { in xmlAddSpecialAttr() 1368 ctxt->attsSpecial = xmlHashCreateDict(10, ctxt->dict); in xmlAddSpecialAttr() 1369 if (ctxt->attsSpecial == NULL) in xmlAddSpecialAttr() 1373 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL) in xmlAddSpecialAttr() 1376 xmlHashAddEntry2(ctxt->attsSpecial, fullname, fullattr, in xmlAddSpecialAttr() 1397 xmlHashRemoveEntry2(ctxt->attsSpecial, fullname, fullattr, NULL); in xmlCleanSpecialAttrCallback() 1412 if (ctxt->attsSpecial == NULL) in xmlCleanSpecialAttr() 1415 xmlHashScanFull(ctxt->attsSpecial, xmlCleanSpecialAttrCallback, ctxt); in xmlCleanSpecialAttr() [all …]
|
D | parserInternals.c | 1810 if (ctxt->attsSpecial != NULL) in xmlFreeParserCtxt() 1811 xmlHashFree(ctxt->attsSpecial, NULL); in xmlFreeParserCtxt()
|
D | HTMLparser.c | 6791 if (ctxt->attsSpecial != NULL) { in htmlCtxtReset() 6792 xmlHashFree(ctxt->attsSpecial, NULL); in htmlCtxtReset() 6793 ctxt->attsSpecial = NULL; in htmlCtxtReset()
|
D | SAX2.c | 2083 if (ctxt->attsSpecial != NULL) { in xmlSAX2AttributeNs()
|
/third_party/libxml2/include/libxml/ |
D | parser.h | 287 xmlHashTablePtr attsSpecial; /* non-CDATA attributes if any */ member
|
/third_party/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 301 d attsSpecial like(xmlHashTablePtr) non-CDATA attrs
|