Searched refs:freeAttrs (Results 1 – 4 of 4) sorted by relevance
293 xmlAttrPtr freeAttrs; /* List of freed attributes nodes */ member
1730 if (ctxt->freeAttrs != NULL) { in xmlFreeParserCtxt()1733 cur = ctxt->freeAttrs; in xmlFreeParserCtxt()
1910 if (ctxt->freeAttrs != NULL) { in xmlSAX2AttributeNs()1911 ret = ctxt->freeAttrs; in xmlSAX2AttributeNs()1912 ctxt->freeAttrs = ret->next; in xmlSAX2AttributeNs()
282 cur->next = reader->ctxt->freeAttrs; in xmlTextReaderFreeProp()283 reader->ctxt->freeAttrs = cur; in xmlTextReaderFreeProp()