Searched refs:freeAttrs (Results 1 – 9 of 9) sorted by relevance
298 xmlAttrPtr freeAttrs; /* List of freed attributes nodes */ member
325 xmlAttrPtr freeAttrs; /* List of freed attributes nodes */ member
1850 if (ctxt->freeAttrs != NULL) { in xmlFreeParserCtxt()1853 cur = ctxt->freeAttrs; in xmlFreeParserCtxt()
2025 if (ctxt->freeAttrs != NULL) { in xmlSAX2AttributeNs()2026 ret = ctxt->freeAttrs; in xmlSAX2AttributeNs()2027 ctxt->freeAttrs = ret->next; in xmlSAX2AttributeNs()
340 cur->next = reader->ctxt->freeAttrs; in xmlTextReaderFreeProp()341 reader->ctxt->freeAttrs = cur; in xmlTextReaderFreeProp()
1822 if (ctxt->freeAttrs != NULL) { in xmlFreeParserCtxt()1825 cur = ctxt->freeAttrs; in xmlFreeParserCtxt()
1970 if (ctxt->freeAttrs != NULL) { in xmlSAX2AttributeNs()1971 ret = ctxt->freeAttrs; in xmlSAX2AttributeNs()1972 ctxt->freeAttrs = ret->next; in xmlSAX2AttributeNs()
376 cur->next = reader->ctxt->freeAttrs; in xmlTextReaderFreeProp()377 reader->ctxt->freeAttrs = cur; in xmlTextReaderFreeProp()
311 d freeAttrs like(xmlAttrPtr) Free attr noes list