Home | History | Annotate | Download | only in libxml2

Lines Matching refs:freeElems

1851     if (ctxt->freeElems != NULL) {
1852 ret = ctxt->freeElems;
1853 ctxt->freeElems = ret->next;
2248 if (ctxt->freeElems != NULL) {
2249 ret = ctxt->freeElems;
2250 ctxt->freeElems = ret->next;