Home | History | Annotate | Download | only in mpreal

Lines Matching full:min_request

2099 #define MIN_REQUEST         (MIN_CHUNK_SIZE - CHUNK_OVERHEAD - SIZE_T_ONE)

2107 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
4627 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes);
5062 nb = (bytes < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(bytes);