Searched refs:file_bytes (Results 1 – 3 of 3) sorted by relevance
392 off_t file_bytes = stat_buf[f].st_size - file_position (f); in cmp() local393 if (file_bytes < byte_number_max) in cmp()394 byte_number_max = file_bytes; in cmp()
902 parms.file_bytes = *len; in apr_socket_sendfile()948 < (parms.file_bytes + parms.header_length + parms.trailer_length))) { in apr_socket_sendfile()
3480 typeset file_bytes=$(to_bytes $megs)3482 typeset blocks=$(($file_bytes / $bs_bytes))3485 truncate -s $file_bytes $dir/$fname.$i