Searched refs:rlimit (Results 1 - 5 of 5) sorted by relevance

/httpd/os/unix/
H A Dunixd.h86 AP_DECLARE(void) ap_unixd_set_rlimit(cmd_parms *cmd, struct rlimit **plimit,
H A Dunixd.c57 AP_DECLARE(void) ap_unixd_set_rlimit(cmd_parms *cmd, struct rlimit **plimit,
63 struct rlimit *limit;
68 *plimit = (struct rlimit *)apr_pcalloc(cmd->pool, sizeof(**plimit));
117 "Platform does not support rlimit for %s", cmd->cmd->name);
/httpd/include/
H A Dhttp_core.h536 struct rlimit *limit_cpu;
539 struct rlimit *limit_mem;
542 struct rlimit *limit_nproc;
/httpd/modules/generators/
H A Dmod_cgid.c187 struct rlimit limit_cpu;
191 struct rlimit limit_mem;
195 struct rlimit limit_nproc;
/httpd/server/
H A Dcore.c3708 int rlimit = conf->redirect_limit local
3718 if (++redirects >= rlimit) {
3725 "a backtrace.", rlimit);

Completed in 52 milliseconds