Searched refs:server_match_spec_complete (Results 1 – 3 of 3) sorted by relevance
249 int server_match_spec_complete(struct connection_info *);
1680 if (test_flag >= 2 && server_match_spec_complete(connection_info) == 0)1683 if (test_flag < 2 && server_match_spec_complete(connection_info) >= 0)1941 if (server_match_spec_complete(connection_info) == 1)
1963 int server_match_spec_complete(struct connection_info *ci) in server_match_spec_complete() function