Lines Matching defs:newbuf
478 void* newbuf;481 newbuf = _TIFFrealloc((void*) sp->jpegtables,483 if (newbuf == NULL)485 sp->dest.next_output_byte = (JOCTET*) newbuf + sp->jpegtables_length;487 sp->jpegtables = newbuf;