Searched refs:synthBufferSize (Results 1 – 1 of 1) sorted by relevance
8 #define synthBufferSize 8192 /* currently 8K bytes */ macro10 static u_char synth_buffer[synthBufferSize]; /* guess what this is for! */13 static u_char *buffer_end = synth_buffer+synthBufferSize-1;50 bytesFree = synthBufferSize - (buff_in - buff_out); in synth_buffer_free()