Searched refs:freeAttrs (Results 1 – 4 of 4) sorted by relevance
293 xmlAttrPtr freeAttrs; /* List of freed attributes nodes */ member
1732 if (ctxt->freeAttrs != NULL) { in xmlFreeParserCtxt()1735 cur = ctxt->freeAttrs; in xmlFreeParserCtxt()
1926 if (ctxt->freeAttrs != NULL) { in xmlSAX2AttributeNs()1927 ret = ctxt->freeAttrs; in xmlSAX2AttributeNs()1928 ctxt->freeAttrs = ret->next; in xmlSAX2AttributeNs()
301 cur->next = reader->ctxt->freeAttrs; in xmlTextReaderFreeProp()302 reader->ctxt->freeAttrs = cur; in xmlTextReaderFreeProp()