Searched refs:attsSpecial (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c1074 if (ctxt->attsSpecial == NULL) {
1075 ctxt->attsSpecial = xmlHashCreateDict(10, ctxt->dict);
1076 if (ctxt->attsSpecial == NULL)
1080 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL)
1083 xmlHashAddEntry2(ctxt->attsSpecial, fullname, fullattr,
1104 xmlHashRemoveEntry2(ctxt->attsSpecial, fullname, fullattr, NULL);
1119 if (ctxt->attsSpecial == NULL)
1122 xmlHashScanFull(ctxt->attsSpecial, xmlCleanSpecialAttrCallback, ctxt);
1124 if (xmlHashSize(ctxt->attsSpecial) == 0) {
1125 xmlHashFree(ctxt->attsSpecial, NUL
[all...]
H A DparserInternals.c1722 if (ctxt->attsSpecial != NULL)
1723 xmlHashFree(ctxt->attsSpecial, NULL);
H A DHTMLparser.c5875 if (ctxt->attsSpecial != NULL) {
5876 xmlHashFree(ctxt->attsSpecial, NULL);
5877 ctxt->attsSpecial = NULL;
H A DSAX2.c2024 if (ctxt->attsSpecial != NULL) {
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h282 xmlHashTablePtr attsSpecial; /* non-CDATA attributes if any */ member in struct:_xmlParserCtxt

Completed in 360 milliseconds