Home
last modified time | relevance | path

Searched refs:freeAttrs (Results 1 – 9 of 9) sorted by relevance

/third_party/libxml2/include/libxml/
Dparser.h298 xmlAttrPtr freeAttrs; /* List of freed attributes nodes */ member
/third_party/gettext/gnulib-local/lib/libxml/
Dparser.in.h325 xmlAttrPtr freeAttrs; /* List of freed attributes nodes */ member
DparserInternals.c1850 if (ctxt->freeAttrs != NULL) { in xmlFreeParserCtxt()
1853 cur = ctxt->freeAttrs; in xmlFreeParserCtxt()
DSAX2.c2025 if (ctxt->freeAttrs != NULL) { in xmlSAX2AttributeNs()
2026 ret = ctxt->freeAttrs; in xmlSAX2AttributeNs()
2027 ctxt->freeAttrs = ret->next; in xmlSAX2AttributeNs()
Dxmlreader.c340 cur->next = reader->ctxt->freeAttrs; in xmlTextReaderFreeProp()
341 reader->ctxt->freeAttrs = cur; in xmlTextReaderFreeProp()
/third_party/libxml2/
DparserInternals.c1822 if (ctxt->freeAttrs != NULL) { in xmlFreeParserCtxt()
1825 cur = ctxt->freeAttrs; in xmlFreeParserCtxt()
DSAX2.c1970 if (ctxt->freeAttrs != NULL) { in xmlSAX2AttributeNs()
1971 ret = ctxt->freeAttrs; in xmlSAX2AttributeNs()
1972 ctxt->freeAttrs = ret->next; in xmlSAX2AttributeNs()
Dxmlreader.c376 cur->next = reader->ctxt->freeAttrs; in xmlTextReaderFreeProp()
377 reader->ctxt->freeAttrs = cur; in xmlTextReaderFreeProp()
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle311 d freeAttrs like(xmlAttrPtr) Free attr noes list