Home | History | Annotate | Download | only in libxml2

Lines Matching refs:tmp_ptr

532 	    char *	tmp_ptr = ctxt->in;
535 ctxt->in = (char *) xmlRealloc(tmp_ptr, ctxt->inlen);
538 xmlFree( tmp_ptr );