Searched refs:SEGMENT_SIZE (Results 1 – 2 of 2) sorted by relevance
417 #define SEGMENT_SIZE (32 * 1024 -1) macro601 segment = (remaining >= SEGMENT_SIZE ? SEGMENT_SIZE : remaining); in sendsegmented()2378 segment = remaining /SEGMENT_SIZE;2380 segment = SEGMENT_SIZE;
422 #define SEGMENT_SIZE (32 * 1024 -1) macro613 segment = (remaining >= SEGMENT_SIZE ? SEGMENT_SIZE : remaining); in sendsegmented()2439 segment = remaining /SEGMENT_SIZE;2441 segment = SEGMENT_SIZE;