Home | History | Annotate | Download | only in libxml2

Lines Matching full:tmp2

1612         void **tmp2;
1622 tmp2 = (void **) xmlRealloc((void * *)ctxt->pushTab,
1625 if (tmp2 == NULL) {
1629 ctxt->pushTab = tmp2;