Home
last modified time | relevance | path

Searched refs:check_func (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py1671 check_func = getattr(func, "_check_func", None)
1672 if check_func is not None:
1673 return is_supported(check_func)
/freebsd/crypto/openssl/test/
H A Dquic_txp_test.c289 int (*check_func)(struct helper *h); member
1379 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()
H A Dquic_multistream_test.c135 int (*check_func)(struct helper *h, struct helper_local *hl); member
1244 ok = op->check_func(h, hl); in run_script_worker()
/freebsd/sys/contrib/zlib/
H A DChangeLog1343 - Add EXPORT keyword for check_func (needed for Windows DLL)