Lines Matching defs:out_buf
626 * pointed to by 'out_buf'.
633 * The number of valid bytes in 'out_buf' is returned in *out_size. Note that
639 * the state structure which now is in out_buf[0].
650 unsigned char *out_buf,
669 *out_buf++ = leftover[i];
675 *out_buf++ = 0;
693 out_ptr = (unsigned char *)out_buf;
739 *out_size = (out_ptr - (unsigned char *)out_buf);
750 * pointed to by 'out_buf'.
758 void *out_buf, /* Decoded data buffer. */
781 out_ptr = (unsigned char *)out_buf;
782 linear_ptr = (short *)out_buf;
856 *out_size = linear_ptr - (short *)out_buf;
858 *out_size = out_ptr - (unsigned char *)out_buf;