Lines Matching defs:tbuf
460 uint16 *tbuf;
676 sp->tbuf = (uint16 *) _TIFFmalloc(tbuf_size+sizeof(uint16));
677 if (sp->tbuf == NULL)
757 sp->stream.next_out = (unsigned char *) sp->tbuf;
796 up = sp->tbuf;
874 sp->tbuf = (uint16 *) _TIFFmalloc(tbuf_size);
875 if (sp->tbuf == NULL)
1119 for (i = 0, up = sp->tbuf; i < n; i += llen, up += llen) {
1144 sp->stream.next_in = (unsigned char *) sp->tbuf;
1250 if (sp->tbuf)
1251 _TIFFfree(sp->tbuf);