Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py1624 check_func = getattr(func, "_check_func", None)
1625 if check_func is not None:
1626 return is_supported(check_func)
/src/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()
/src/sys/contrib/zlib/
H A DChangeLog1394 - Add EXPORT keyword for check_func (needed for Windows DLL)