Searched refs:server_match_spec_complete (Results 1 – 3 of 3) sorted by relevance
243 int server_match_spec_complete(struct connection_info *);
1621 if (test_flag >= 2 && server_match_spec_complete(connection_info) == 0)1624 if (test_flag < 2 && server_match_spec_complete(connection_info) >= 0)1850 if (server_match_spec_complete(connection_info) == 1)
1959 int server_match_spec_complete(struct connection_info *ci) in server_match_spec_complete() function