Home
last modified time | relevance | path

Searched refs:freeAttrs (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
Dparser.h296 xmlAttrPtr freeAttrs; /* List of freed attributes nodes */ member
/external/libxml2/
DparserInternals.c1811 if (ctxt->freeAttrs != NULL) { in xmlFreeParserCtxt()
1814 cur = ctxt->freeAttrs; in xmlFreeParserCtxt()
DSAX2.c1993 if (ctxt->freeAttrs != NULL) { in xmlSAX2AttributeNs()
1994 ret = ctxt->freeAttrs; in xmlSAX2AttributeNs()
1995 ctxt->freeAttrs = ret->next; in xmlSAX2AttributeNs()
Dxmlreader.c311 cur->next = reader->ctxt->freeAttrs; in xmlTextReaderFreeProp()
312 reader->ctxt->freeAttrs = cur; in xmlTextReaderFreeProp()
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle311 d freeAttrs like(xmlAttrPtr) Free attr noes list