Searched refs:found_fwd (Results 1 – 1 of 1) sorted by relevance
837 struct Forward fwd, *found_fwd; in mux_master_process_close_fwd() local884 found_fwd = NULL; in mux_master_process_close_fwd()891 found_fwd = options.local_forwards + i; in mux_master_process_close_fwd()907 if (found_fwd == NULL) in mux_master_process_close_fwd()929 free(found_fwd->listen_host); in mux_master_process_close_fwd()930 free(found_fwd->listen_path); in mux_master_process_close_fwd()931 free(found_fwd->connect_host); in mux_master_process_close_fwd()932 free(found_fwd->connect_path); in mux_master_process_close_fwd()933 found_fwd->listen_host = found_fwd->connect_host = NULL; in mux_master_process_close_fwd()934 found_fwd->listen_path = found_fwd->connect_path = NULL; in mux_master_process_close_fwd()[all …]