Home
last modified time | relevance | path

Searched refs:cur_suite (Results 1 – 13 of 13) sorted by relevance

/dports/security/s2n/s2n-tls-1.1.2/tls/
H A Ds2n_cipher_suites.c1011 cur_suite->available = 0; in s2n_cipher_suites_init()
1012 cur_suite->record_alg = NULL; in s2n_cipher_suites_init()
1021 cur_suite->available = 1; in s2n_cipher_suites_init()
1022 cur_suite->record_alg = cur_suite->all_record_algs[j]; in s2n_cipher_suites_init()
1029 cur_suite->available = 0; in s2n_cipher_suites_init()
1030 cur_suite->record_alg = NULL; in s2n_cipher_suites_init()
1034 if (cur_suite->sslv3_record_alg && cur_suite->sslv3_record_alg->cipher->is_available()) { in s2n_cipher_suites_init()
1044 cur_suite->sslv3_cipher_suite = cur_suite; in s2n_cipher_suites_init()
1068 cur_suite->available = 0; in s2n_cipher_suites_cleanup()
1069 cur_suite->record_alg = NULL; in s2n_cipher_suites_cleanup()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/tools/
H A Dconformance.py1108 case = self.cur_suite.get_case(index - 1)
1115 crash_case = self.cur_suite.get_case(self.cur_suite.retry_index[index - 1])
1126 for case in self.cur_suite.suite:
1154 cur_case = self.cur_suite.get_case(self.cur_suite.path_index[path])
1159 if path in self.cur_suite.path_index:
1160 cur_case = self.cur_suite.get_case(self.cur_suite.path_index[path])
1173 cur_case = self.cur_suite.get_case(self.cur_suite.path_index[path])
1334 for index in self.cur_suite.retry_index:
1528 self.cur_suite.add_case(case)
1547 self.cur_suite.add_case(case)
[all …]
/dports/devel/check/check-0.15.2/checkmk/
H A Dcheckmk.in80 cur_suite = cur_tcase = "Core";
133 cur_suite = name;
517 suite_names[num_suites++] = cur_suite;
520 suite_tcase_map[cur_suite, num_cur_tcases++] = cur_tcase;
521 suite_num_tcases[cur_suite] = num_cur_tcases;
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dacl.c913 struct acl_term_suite *cur_suite; in parse_acl_cond() local
928 cur_suite = NULL; in parse_acl_cond()
950 cur_suite = NULL; in parse_acl_cond()
1026 if (!cur_suite) { in parse_acl_cond()
1027 cur_suite = calloc(1, sizeof(*cur_suite)); in parse_acl_cond()
1028 if (cur_suite == NULL) { in parse_acl_cond()
1032 LIST_INIT(&cur_suite->terms); in parse_acl_cond()
1033 LIST_ADDQ(&cond->suites, &cur_suite->list); in parse_acl_cond()
1035 LIST_ADDQ(&cur_suite->terms, &cur_term->list); in parse_acl_cond()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dacl.c913 struct acl_term_suite *cur_suite; in parse_acl_cond() local
928 cur_suite = NULL; in parse_acl_cond()
950 cur_suite = NULL; in parse_acl_cond()
1026 if (!cur_suite) { in parse_acl_cond()
1027 cur_suite = calloc(1, sizeof(*cur_suite)); in parse_acl_cond()
1028 if (cur_suite == NULL) { in parse_acl_cond()
1032 LIST_INIT(&cur_suite->terms); in parse_acl_cond()
1033 LIST_ADDQ(&cond->suites, &cur_suite->list); in parse_acl_cond()
1035 LIST_ADDQ(&cur_suite->terms, &cur_term->list); in parse_acl_cond()
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dacl.c915 struct acl_term_suite *cur_suite; in parse_acl_cond() local
930 cur_suite = NULL; in parse_acl_cond()
952 cur_suite = NULL; in parse_acl_cond()
1028 if (!cur_suite) { in parse_acl_cond()
1029 cur_suite = calloc(1, sizeof(*cur_suite)); in parse_acl_cond()
1030 if (cur_suite == NULL) { in parse_acl_cond()
1034 LIST_INIT(&cur_suite->terms); in parse_acl_cond()
1035 LIST_ADDQ(&cond->suites, &cur_suite->list); in parse_acl_cond()
1037 LIST_ADDQ(&cur_suite->terms, &cur_term->list); in parse_acl_cond()
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dacl.c913 struct acl_term_suite *cur_suite; in parse_acl_cond() local
928 cur_suite = NULL; in parse_acl_cond()
950 cur_suite = NULL; in parse_acl_cond()
1026 if (!cur_suite) { in parse_acl_cond()
1027 cur_suite = calloc(1, sizeof(*cur_suite)); in parse_acl_cond()
1028 if (cur_suite == NULL) { in parse_acl_cond()
1032 LIST_INIT(&cur_suite->terms); in parse_acl_cond()
1033 LIST_ADDQ(&cond->suites, &cur_suite->list); in parse_acl_cond()
1035 LIST_ADDQ(&cur_suite->terms, &cur_term->list); in parse_acl_cond()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dacl.c887 struct acl_term_suite *cur_suite; in parse_acl_cond() local
902 cur_suite = NULL; in parse_acl_cond()
924 cur_suite = NULL; in parse_acl_cond()
999 if (!cur_suite) { in parse_acl_cond()
1000 cur_suite = calloc(1, sizeof(*cur_suite)); in parse_acl_cond()
1001 if (cur_suite == NULL) { in parse_acl_cond()
1005 LIST_INIT(&cur_suite->terms); in parse_acl_cond()
1006 LIST_ADDQ(&cond->suites, &cur_suite->list); in parse_acl_cond()
1008 LIST_ADDQ(&cur_suite->terms, &cur_term->list); in parse_acl_cond()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dacl.c915 struct acl_term_suite *cur_suite; in parse_acl_cond() local
930 cur_suite = NULL; in parse_acl_cond()
952 cur_suite = NULL; in parse_acl_cond()
1028 if (!cur_suite) { in parse_acl_cond()
1029 cur_suite = calloc(1, sizeof(*cur_suite)); in parse_acl_cond()
1030 if (cur_suite == NULL) { in parse_acl_cond()
1034 LIST_INIT(&cur_suite->terms); in parse_acl_cond()
1035 LIST_ADDQ(&cond->suites, &cur_suite->list); in parse_acl_cond()
1037 LIST_ADDQ(&cur_suite->terms, &cur_term->list); in parse_acl_cond()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dacl.c881 struct acl_term_suite *cur_suite; in parse_acl_cond() local
896 cur_suite = NULL; in parse_acl_cond()
918 cur_suite = NULL; in parse_acl_cond()
993 if (!cur_suite) { in parse_acl_cond()
994 cur_suite = calloc(1, sizeof(*cur_suite)); in parse_acl_cond()
995 if (cur_suite == NULL) { in parse_acl_cond()
999 LIST_INIT(&cur_suite->terms); in parse_acl_cond()
1000 LIST_APPEND(&cond->suites, &cur_suite->list); in parse_acl_cond()
1002 LIST_APPEND(&cur_suite->terms, &cur_term->list); in parse_acl_cond()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dacl.c887 struct acl_term_suite *cur_suite; in parse_acl_cond() local
902 cur_suite = NULL; in parse_acl_cond()
924 cur_suite = NULL; in parse_acl_cond()
999 if (!cur_suite) { in parse_acl_cond()
1000 cur_suite = calloc(1, sizeof(*cur_suite)); in parse_acl_cond()
1001 if (cur_suite == NULL) { in parse_acl_cond()
1005 LIST_INIT(&cur_suite->terms); in parse_acl_cond()
1006 LIST_ADDQ(&cond->suites, &cur_suite->list); in parse_acl_cond()
1008 LIST_ADDQ(&cur_suite->terms, &cur_term->list); in parse_acl_cond()
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dacl.c915 struct acl_term_suite *cur_suite; in parse_acl_cond() local
930 cur_suite = NULL; in parse_acl_cond()
952 cur_suite = NULL; in parse_acl_cond()
1028 if (!cur_suite) { in parse_acl_cond()
1029 cur_suite = calloc(1, sizeof(*cur_suite)); in parse_acl_cond()
1030 if (cur_suite == NULL) { in parse_acl_cond()
1034 LIST_INIT(&cur_suite->terms); in parse_acl_cond()
1035 LIST_ADDQ(&cond->suites, &cur_suite->list); in parse_acl_cond()
1037 LIST_ADDQ(&cur_suite->terms, &cur_term->list); in parse_acl_cond()
/dports/biology/py-biopython/biopython-1.79/Tests/
H A Dtest_psw.py123 cur_suite = test_loader.loadTestsFromTestCase(test)
124 unittest_suite.addTest(cur_suite)