HomeSort by: relevance | last modified time | path
    Searched refs:mmapsz (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/httpd/
bozohttpd.h 142 size_t mmapsz; /* size of region to mmap */ member in struct:bozohttpd_t
bozohttpd.c 1920 if ((off_t)httpd->mmapsz < szleft)
1921 sz = httpd->mmapsz;
1926 httpd->mmapsz /= 2;
1927 if (httpd->mmapsz >= httpd->page_size)
2516 httpd->mmapsz = BOZO_MMAPSZ;

Completed in 14 milliseconds