Searched refs:server_match_spec_complete (Results 1 – 3 of 3) sorted by relevance
237 int server_match_spec_complete(struct connection_info *);
1620 if (test_flag >= 2 && server_match_spec_complete(connection_info) == 0)1623 if (test_flag < 2 && server_match_spec_complete(connection_info) >= 0)1854 if (server_match_spec_complete(connection_info) == 1)
1779 int server_match_spec_complete(struct connection_info *ci) in server_match_spec_complete() function