Lines Matching refs:s2
355 struct ares_srv_reply *s2;
361 s2 = mock_ares_reply(test_ctx, "ldap2.sssd.com", 100, 2, 389);
362 assert_non_null(s2);
364 s1->next = s2;
566 struct ares_srv_reply *s2;
583 s2 = mock_ares_reply(test_ctx, "ldap2.sssd.com", 100, 1, 389);
584 assert_non_null(s2);
586 s1->next = s2;
610 struct ares_srv_reply *s2;
631 s2 = mock_ares_reply(test_ctx, "ldap2.sssd.com", 100, 2, 389);
632 assert_non_null(s2);
634 s1->next = s2;