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.c1732 if (ctxt->freeAttrs != NULL) { in xmlFreeParserCtxt()
1735 cur = ctxt->freeAttrs; in xmlFreeParserCtxt()
DSAX2.c1926 if (ctxt->freeAttrs != NULL) { in xmlSAX2AttributeNs()
1927 ret = ctxt->freeAttrs; in xmlSAX2AttributeNs()
1928 ctxt->freeAttrs = ret->next; in xmlSAX2AttributeNs()
Dxmlreader.c301 cur->next = reader->ctxt->freeAttrs; in xmlTextReaderFreeProp()
302 reader->ctxt->freeAttrs = cur; in xmlTextReaderFreeProp()