Searched refs:rlimit_nofile (Results 1 – 11 of 11) sorted by relevance
/third_party/pulseaudio/src/daemon/ |
D | daemon-conf.h | 101 pa_rlimit rlimit_nofile; member
|
D | daemon-conf.c | 122 ,.rlimit_nofile = { .value = 256, .is_set = true } 632 { "rlimit-nofile", parse_rlimit, &c->rlimit_nofile, NULL }, in pa_daemon_conf_load() 844 …pa_strbuf_printf(s, "rlimit-nofile = %li\n", c->rlimit_nofile.is_set ? (long int) c->rlimit_nofile… in pa_daemon_conf_dump()
|
D | ohos_daemon-conf.c | 122 ,.rlimit_nofile = { .value = 256, .is_set = true } 632 { "rlimit-nofile", parse_rlimit, &c->rlimit_nofile, NULL }, in pa_daemon_conf_load() 844 …pa_strbuf_printf(s, "rlimit-nofile = %li\n", c->rlimit_nofile.is_set ? (long int) c->rlimit_nofile… in pa_daemon_conf_dump()
|
D | main.c | 303 set_one_rlimit(&conf->rlimit_nofile, RLIMIT_NOFILE, "RLIMIT_NOFILE"); in set_all_rlimits()
|
D | ohos_pa_main.c | 308 set_one_rlimit(&conf->rlimit_nofile, RLIMIT_NOFILE, "RLIMIT_NOFILE"); in set_all_rlimits()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-context-vhost.h | 800 int rlimit_nofile; member
|
/third_party/libwebsockets/lib/core/ |
D | context.c | 930 if (info->rlimit_nofile) { in lws_create_context() 933 rl.rlim_cur = (unsigned int)info->rlimit_nofile; in lws_create_context() 934 rl.rlim_max = (unsigned int)info->rlimit_nofile; in lws_create_context()
|
/third_party/nghttp2/src/ |
D | shrpx_config.h | 952 rlimit_nofile{0}, 995 size_t rlimit_nofile; member
|
D | shrpx.cc | 2031 << config->rlimit_nofile << R"( in print_help() 3115 if (config->rlimit_nofile) { in process_options() 3116 struct rlimit lim = {static_cast<rlim_t>(config->rlimit_nofile), in process_options() 3117 static_cast<rlim_t>(config->rlimit_nofile)}; in process_options()
|
D | shrpx_config.cc | 3252 config->rlimit_nofile = n; in parse_config()
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | lejp-conf.c | 357 a->info->rlimit_nofile = atoi(ctx->buf); in lejp_globals_cb()
|