Home
last modified time | relevance | path

Searched refs:stack_outbuf (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dbuffer.c1600 static char *stack_outbuf = NULL; in packetizing_buffer_output() local
1614 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()
H A DChangeLog-97182 inbuf. Allow PACKET_SLOP + 4 extra bytes in stack_outbuf.