Home
last modified time | relevance | path

Searched refs:attsSpecial (Results 1 – 6 of 6) sorted by relevance

/third_party/libxml2/
Dparser.c1263 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 …]
DparserInternals.c1810 if (ctxt->attsSpecial != NULL) in xmlFreeParserCtxt()
1811 xmlHashFree(ctxt->attsSpecial, NULL); in xmlFreeParserCtxt()
DHTMLparser.c6791 if (ctxt->attsSpecial != NULL) { in htmlCtxtReset()
6792 xmlHashFree(ctxt->attsSpecial, NULL); in htmlCtxtReset()
6793 ctxt->attsSpecial = NULL; in htmlCtxtReset()
DSAX2.c2083 if (ctxt->attsSpecial != NULL) { in xmlSAX2AttributeNs()
/third_party/libxml2/include/libxml/
Dparser.h287 xmlHashTablePtr attsSpecial; /* non-CDATA attributes if any */ member
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle301 d attsSpecial like(xmlHashTablePtr) non-CDATA attrs