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

/freebsd-current/usr.sbin/nscd/
H A Dsingletons.h34 struct runtime_env { struct
42 extern struct runtime_env *s_runtime_env;
H A Dsingletons.c35 struct runtime_env *s_runtime_env = NULL;
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;
213 destroy_runtime_env(struct runtime_env *en
[all...]

Completed in 120 milliseconds