Searched refs:enable_cores (Results 1 – 3 of 3) sorted by relevance
534 unsigned short enable_cores; member
1473 if (use_rlimit && srv->srvconf.enable_cores && getrlimit(RLIMIT_CORE, &rlim) == 0) { in main()1551 if (srv->srvconf.enable_cores && getrlimit(RLIMIT_CORE, &rlim) == 0) { in main()1681 if (srv->srvconf.enable_cores) { in main()
152 cv[46].destination = &(srv->srvconf.enable_cores); in config_insert()