Searched refs:check_func (Results 1 – 4 of 4) sorted by relevance
1671 check_func = getattr(func, "_check_func", None)1672 if check_func is not None:1673 return is_supported(check_func)
289 int (*check_func)(struct helper *h); member1379 if (!TEST_true(op->check_func(&h))) in run_script()1690 dyn_script_1[dyn_script_1_check_idx].check_func = check_is_handshake; in test_dyn_script_1()
135 int (*check_func)(struct helper *h, struct helper_local *hl); member1244 ok = op->check_func(h, hl); in run_script_worker()
1343 - Add EXPORT keyword for check_func (needed for Windows DLL)