Searched refs:s_runtime_env (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/usr.sbin/nscd/
H A Dsingletons.h44 extern struct runtime_env *s_runtime_env;
H A Dsingletons.c37 struct runtime_env *s_runtime_env = NULL; variable in typeref:struct:runtime_env
H A Dnscd.c514 EV_SET(eventlist, s_runtime_env->sockfd,
519 kevent(s_runtime_env->queue, eventlist,
829 s_runtime_env = init_runtime_env(s_configuration);
830 if (s_runtime_env == NULL) {
844 thread_args->the_runtime_env = s_runtime_env;
859 processing_loop(s_cache, s_runtime_env, s_configuration);
864 destroy_runtime_env(s_runtime_env);

Completed in 183 milliseconds