Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
H A Dbuffer.c1280 # define PACKET_SLOP (100) macro
1358 pb->holdbufsize = BUFFER_DATA_SIZE + PACKET_SLOP + 2; in packetizing_buffer_initialize()
1417 stackoutbuf = xmalloc (BUFFER_DATA_SIZE + PACKET_SLOP); in packetizing_buffer_input()
1528 if (count <= BUFFER_DATA_SIZE + PACKET_SLOP) in packetizing_buffer_input()
1612 stack_outbuf = xmalloc (BUFFER_DATA_SIZE + PACKET_SLOP + 4); in packetizing_buffer_output()
1625 if (size + PACKET_SLOP + 2 > BUFFER_DATA_SIZE) in packetizing_buffer_output()
1649 assert (translated <= size + PACKET_SLOP); in packetizing_buffer_output()