Lines Matching defs:READ_LOOP_MAX_LEN
47 ** READ_LOOP_MAX_LEN is the maximum 'len' that will be passed to
53 #define READ_LOOP_MAX_LEN (0x10000 * 3 * 5 * 7)
989 readlen = (len - total > READ_LOOP_MAX_LEN) ? READ_LOOP_MAX_LEN : (unsigned) (len - total) ;
1009 readlen = (len - total > READ_LOOP_MAX_LEN) ? READ_LOOP_MAX_LEN : (unsigned) (len - total) ;
1029 readlen = (len - total > READ_LOOP_MAX_LEN) ? READ_LOOP_MAX_LEN : (unsigned) (len - total) ;
1049 readlen = (len - total > READ_LOOP_MAX_LEN) ? READ_LOOP_MAX_LEN : (unsigned) (len - total) ;