HomeSort by: relevance | last modified time | path
    Searched defs:cur_byte_pos (Results 1 - 3 of 3) sorted by relevancy

  /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;

Completed in 39 milliseconds