Home | History | Annotate | Download | only in libxml2

Lines Matching defs:tmp_ptr

560             char *tmp_ptr = ctxt->in;
563 ctxt->in = (char *) xmlRealloc(tmp_ptr, ctxt->inlen);
566 xmlFree(tmp_ptr);