Searched refs:set0 (Results 1 – 5 of 5) sorted by relevance
/freebsd/tests/sys/kern/ |
H A D | prace.c | 42 sigset_t set0, set1; in child() local 46 sigemptyset(&set0); in child() 58 ret = poll ? ppoll(NULL, 0, &timeout, &set0) : in child() 59 pselect(0, NULL, NULL, NULL, &timeout, &set0); in child()
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_ctx_test.c | 330 #define set0 0 macro 747 DEFINE_SET_GET_BASE_TEST(OSSL_CMP_CTX, set0, get0, 0, trustedStore, in DEFINE_SET_CB_TEST() 758 DEFINE_SET_GET_ARG_FN(set0, get0, newPkey, 1, EVP_PKEY *) /* priv == 1 */ in DEFINE_SET_CB_TEST() 760 DEFINE_SET_GET_ARG_FN(set0, get0, newPkey, 0, EVP_PKEY *) /* priv == 0 */ in DEFINE_SET_CB_TEST()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_set_bio.pod | 30 number of references available using L<BIO_up_ref(3)> before calling the set0
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | openssl-threads.pod | 35 A C<set0> passes ownership from the caller to the object and a
|
H A D | crypto.pod | 544 using the numbers B<0> and B<1>, i.e. "get0", "get1", "set0" and "set1". This
|