Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/cvs/src/
Dbuffer.c1359 #define PACKET_SLOP (100) macro
1432 pb->holdbufsize = BUFFER_DATA_SIZE + PACKET_SLOP + 2;
1488 char stackoutbuf[BUFFER_DATA_SIZE + PACKET_SLOP];
1669 char stack_outbuf[BUFFER_DATA_SIZE + PACKET_SLOP + 4];
1691 if (size + PACKET_SLOP + 2 > BUFFER_DATA_SIZE)
1715 if (translated > size + PACKET_SLOP)
DChangeLog-97176 * buffer.c (PACKET_SLOP): Define.
177 (packetizing_buffer_initialize): Use PACKET_SLOP when allocating
179 (packetizing_buffer_input): Allow up to PACKET_SLOP bytes in
182 inbuf. Allow PACKET_SLOP + 4 extra bytes in stack_outbuf.
184 PACKET_SLOP in other tests.