Searched refs:PACKET_SLOP (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/cvs/src/
H A Dbuffer.c1550 output translation routine may add up to PACKET_SLOP additional
1554 #define PACKET_SLOP (100) macro
1573 OUTPUT. OUTPUT is large enough to hold SIZE + PACKET_SLOP
1624 /* Add PACKET_SLOP to handle larger translated packets, and
1627 pb->holdbufsize = BUFFER_DATA_SIZE + PACKET_SLOP + 2;
1683 char stackoutbuf[BUFFER_DATA_SIZE + PACKET_SLOP];
1864 char stack_outbuf[BUFFER_DATA_SIZE + PACKET_SLOP + 4];
1882 /* The output function is permitted to add up to PACKET_SLOP
1886 if (size + PACKET_SLOP + 2 > BUFFER_DATA_SIZE)
1908 /* The output function is permitted to add up to PACKET_SLOP
[all...]

Completed in 61 milliseconds