Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dparser.h293 xmlAttrPtr freeAttrs; /* List of freed attributes nodes */ member
/external/libxml2/
DparserInternals.c1730 if (ctxt->freeAttrs != NULL) { in xmlFreeParserCtxt()
1733 cur = ctxt->freeAttrs; in xmlFreeParserCtxt()
DSAX2.c1910 if (ctxt->freeAttrs != NULL) { in xmlSAX2AttributeNs()
1911 ret = ctxt->freeAttrs; in xmlSAX2AttributeNs()
1912 ctxt->freeAttrs = ret->next; in xmlSAX2AttributeNs()
Dxmlreader.c282 cur->next = reader->ctxt->freeAttrs; in xmlTextReaderFreeProp()
283 reader->ctxt->freeAttrs = cur; in xmlTextReaderFreeProp()