Searched refs:stack_outbuf (Results 1 – 2 of 2) sorted by relevance
1600 static char *stack_outbuf = NULL; in packetizing_buffer_output() local1614 stack_outbuf = xmalloc (BUFFER_DATA_SIZE + PACKET_SLOP + 4); in packetizing_buffer_output()1628 outbuf = stack_outbuf; in packetizing_buffer_output()1656 if (outbuf == stack_outbuf) in packetizing_buffer_output()
182 inbuf. Allow PACKET_SLOP + 4 extra bytes in stack_outbuf.