Lines Matching refs:runtime_env
69 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()
223 accept_connection(struct kevent *event_data, struct runtime_env *env, in accept_connection()
272 process_socket_event(struct kevent *event_data, struct runtime_env *env, in process_socket_event()
467 process_timer_event(struct kevent *event_data, struct runtime_env *env, in process_timer_event()
484 processing_loop(cache the_cache, struct runtime_env *env, in processing_loop()