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