Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cvs-1.12/src/
H A Dbuffer.c1598 static char *stack_outbuf = NULL; in packetizing_buffer_output() local
1612 stack_outbuf = xmalloc (BUFFER_DATA_SIZE + PACKET_SLOP + 4); in packetizing_buffer_output()
1626 outbuf = stack_outbuf; in packetizing_buffer_output()
1654 if (outbuf == stack_outbuf) in packetizing_buffer_output()