Searched refs:PACKET_SLOP (Results 1 – 2 of 2) sorted by relevance
1359 #define PACKET_SLOP (100) macro1432 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)
176 * buffer.c (PACKET_SLOP): Define.177 (packetizing_buffer_initialize): Use PACKET_SLOP when allocating179 (packetizing_buffer_input): Allow up to PACKET_SLOP bytes in182 inbuf. Allow PACKET_SLOP + 4 extra bytes in stack_outbuf.184 PACKET_SLOP in other tests.