Searched refs:freeAttrs (Results 1 – 5 of 5) sorted by relevance
296 xmlAttrPtr freeAttrs; /* List of freed attributes nodes */ member
1813 if (ctxt->freeAttrs != NULL) { in xmlFreeParserCtxt()1816 cur = ctxt->freeAttrs; in xmlFreeParserCtxt()
1986 if (ctxt->freeAttrs != NULL) { in xmlSAX2AttributeNs()1987 ret = ctxt->freeAttrs; in xmlSAX2AttributeNs()1988 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