/src/libexec/httpd/ |
bozohttpd.c | 1910 off_t szleft, cur_byte_pos; local in function:bozo_process_request 1914 cur_byte_pos = request->hr_first_byte_pos; 1924 if (mmap_and_write_part(httpd, fd, cur_byte_pos, sz)) { 1932 cur_byte_pos += sz;
|
bozohttpd.c | 1910 off_t szleft, cur_byte_pos; local in function:bozo_process_request 1914 cur_byte_pos = request->hr_first_byte_pos; 1924 if (mmap_and_write_part(httpd, fd, cur_byte_pos, sz)) { 1932 cur_byte_pos += sz;
|
bozohttpd.c | 1910 off_t szleft, cur_byte_pos; local in function:bozo_process_request 1914 cur_byte_pos = request->hr_first_byte_pos; 1924 if (mmap_and_write_part(httpd, fd, cur_byte_pos, sz)) { 1932 cur_byte_pos += sz;
|