Home | History | Annotate | Download | only in libxml2

Lines Matching full:tmp_ptr

553             char *tmp_ptr = ctxt->in;
556 ctxt->in = (char *) xmlRealloc(tmp_ptr, ctxt->inlen);
559 xmlFree(tmp_ptr);