Home
last modified time | relevance | path

Searched refs:runtime_env (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/nscd/
H A Dnscd.c69 struct runtime_env *the_runtime_env;
72 static void accept_connection(struct kevent *, struct runtime_env *,
75 static void destroy_runtime_env(struct runtime_env *);
77 static struct runtime_env *init_runtime_env(struct configuration *);
78 static void processing_loop(cache, struct runtime_env *,
80 static void process_socket_event(struct kevent *, struct runtime_env *,
82 static void process_timer_event(struct kevent *, struct runtime_env *,
151 static struct runtime_env *
160 struct runtime_env *retval; in init_runtime_env()
213 destroy_runtime_env(struct runtime_env *env) in destroy_runtime_env()
[all …]
H A Dsingletons.h34 struct runtime_env { struct
42 extern struct runtime_env *s_runtime_env; argument
H A Dsingletons.c35 struct runtime_env *s_runtime_env = NULL;