Searched refs:buff_in (Results 1 – 1 of 1) sorted by relevance
11 static u_char *buff_in = synth_buffer; variable49 if (buff_in >= buff_out) in synth_buffer_free()50 bytes_free = SYNTH_BUF_SIZE - (buff_in - buff_out); in synth_buffer_free()52 bytes_free = buff_out - buff_in; in synth_buffer_free()58 return (buff_in == buff_out); in synth_buffer_empty()76 *buff_in++ = ch; in synth_buffer_add()77 if (buff_in > buffer_end) in synth_buffer_add()78 buff_in = synth_buffer; in synth_buffer_add()85 if (buff_out == buff_in) in synth_buffer_getc()96 if (buff_out == buff_in) in synth_buffer_peek()[all …]