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

/external/chromium_org/third_party/libxml/src/
H A Dparser.c1129 if (ctxt->attsSpecial != NULL) {
1130 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL)
1233 if (ctxt->attsSpecial == NULL) {
1234 ctxt->attsSpecial = xmlHashCreateDict(10, ctxt->dict);
1235 if (ctxt->attsSpecial == NULL)
1239 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL)
1242 xmlHashAddEntry2(ctxt->attsSpecial, fullname, fullattr,
1263 xmlHashRemoveEntry2(ctxt->attsSpecial, fullname, fullattr, NULL);
1278 if (ctxt->attsSpecial == NULL)
1281 xmlHashScanFull(ctxt->attsSpecial, xmlCleanSpecialAttrCallbac
[all...]
H A DparserInternals.c1807 if (ctxt->attsSpecial != NULL)
1808 xmlHashFree(ctxt->attsSpecial, NULL);
H A DHTMLparser.c6472 if (ctxt->attsSpecial != NULL) {
6473 xmlHashFree(ctxt->attsSpecial, NULL);
6474 ctxt->attsSpecial = NULL;
H A DSAX2.c2055 if (ctxt->attsSpecial != NULL) {
/external/libxml2/
H A Dparser.c1178 if (ctxt->attsSpecial != NULL) {
1179 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL)
1282 if (ctxt->attsSpecial == NULL) {
1283 ctxt->attsSpecial = xmlHashCreateDict(10, ctxt->dict);
1284 if (ctxt->attsSpecial == NULL)
1288 if (xmlHashLookup2(ctxt->attsSpecial, fullname, fullattr) != NULL)
1291 xmlHashAddEntry2(ctxt->attsSpecial, fullname, fullattr,
1312 xmlHashRemoveEntry2(ctxt->attsSpecial, fullname, fullattr, NULL);
1327 if (ctxt->attsSpecial == NULL)
1330 xmlHashScanFull(ctxt->attsSpecial, xmlCleanSpecialAttrCallbac
[all...]
H A DparserInternals.c1772 if (ctxt->attsSpecial != NULL)
1773 xmlHashFree(ctxt->attsSpecial, NULL);
H A DHTMLparser.c6592 if (ctxt->attsSpecial != NULL) {
6593 xmlHashFree(ctxt->attsSpecial, NULL);
6594 ctxt->attsSpecial = NULL;
H A DSAX2.c2093 if (ctxt->attsSpecial != NULL) {
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h285 xmlHashTablePtr attsSpecial; /* non-CDATA attributes if any */ member in struct:_xmlParserCtxt
/external/libxml2/include/libxml/
H A Dparser.h285 xmlHashTablePtr attsSpecial; /* non-CDATA attributes if any */ member in struct:_xmlParserCtxt

Completed in 313 milliseconds