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

  /src/libexec/httpd/
daemon-bozo.c 202 httpd->request_times++;
247 debug((httpd, DEBUG_FAT, "%s: pid %u request_times %d",
249 httpd->request_times));
251 if (httpd->request_times > 5 ||
252 (httpd->background == 2 && httpd->request_times > 0))
256 if (httpd->request_times > 0)
317 if (httpd->request_times > 0) {
bozohttpd.h 124 int request_times; /* # times a request was processed */ member in struct:bozohttpd_t

Completed in 14 milliseconds