Searched refs:freeAttrs (Results 1 – 4 of 4) sorted by relevance
296 xmlAttrPtr freeAttrs; /* List of freed attributes nodes */ member
1819 if (ctxt->freeAttrs != NULL) { in xmlFreeParserCtxt()1822 cur = ctxt->freeAttrs; in xmlFreeParserCtxt()
1942 if (ctxt->freeAttrs != NULL) { in xmlSAX2AttributeNs()1943 ret = ctxt->freeAttrs; in xmlSAX2AttributeNs()1944 ctxt->freeAttrs = ret->next; in xmlSAX2AttributeNs()
301 cur->next = reader->ctxt->freeAttrs; in xmlTextReaderFreeProp()302 reader->ctxt->freeAttrs = cur; in xmlTextReaderFreeProp()