Searched refs:freeAttrs (Results 1 – 5 of 5) sorted by relevance
296 xmlAttrPtr freeAttrs; /* List of freed attributes nodes */ member
1811 if (ctxt->freeAttrs != NULL) { in xmlFreeParserCtxt()1814 cur = ctxt->freeAttrs; in xmlFreeParserCtxt()
1993 if (ctxt->freeAttrs != NULL) { in xmlSAX2AttributeNs()1994 ret = ctxt->freeAttrs; in xmlSAX2AttributeNs()1995 ctxt->freeAttrs = ret->next; in xmlSAX2AttributeNs()
311 cur->next = reader->ctxt->freeAttrs; in xmlTextReaderFreeProp()312 reader->ctxt->freeAttrs = cur; in xmlTextReaderFreeProp()
311 d freeAttrs like(xmlAttrPtr) Free attr noes list