Searched refs:freeAttrs (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h293 xmlAttrPtr freeAttrs; /* List of freed attributes nodes */ member in struct:_xmlParserCtxt
/vbox/src/libs/libxml2-2.6.31/
H A DparserInternals.c1734 if (ctxt->freeAttrs != NULL) {
1737 cur = ctxt->freeAttrs;
H A Dxmlreader.c282 cur->next = reader->ctxt->freeAttrs;
283 reader->ctxt->freeAttrs = cur;

Completed in 100 milliseconds