Searched refs:attsSpecial (Results 1 - 5 of 5) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/ |
H A D | parser.c | 1074 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 D | parserInternals.c | 1722 if (ctxt->attsSpecial != NULL) 1723 xmlHashFree(ctxt->attsSpecial, NULL);
|
H A D | HTMLparser.c | 5875 if (ctxt->attsSpecial != NULL) { 5876 xmlHashFree(ctxt->attsSpecial, NULL); 5877 ctxt->attsSpecial = NULL;
|
H A D | SAX2.c | 2024 if (ctxt->attsSpecial != NULL) {
|
/vbox/src/libs/libxml2-2.6.31/include/libxml/ |
H A D | parser.h | 282 xmlHashTablePtr attsSpecial; /* non-CDATA attributes if any */ member in struct:_xmlParserCtxt
|
Completed in 360 milliseconds