Searched refs:set0 (Results 1 – 7 of 7) sorted by relevance
| /src/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()
|
| /src/crypto/openssl/test/ |
| H A D | cmp_ctx_test.c | 351 #define set0 0 macro 770 DEFINE_SET_GET_BASE_TEST(OSSL_CMP_CTX, set0, get0, 0, trusted, in DEFINE_SET_CB_TEST() 781 DEFINE_SET_GET_ARG_FN(set0, get0, newPkey, 1, EVP_PKEY *) /* priv == 1 */ in DEFINE_SET_CB_TEST() 783 DEFINE_SET_GET_ARG_FN(set0, get0, newPkey, 0, EVP_PKEY *) /* priv == 0 */ in DEFINE_SET_CB_TEST()
|
| /src/crypto/openssl/doc/man3/ |
| H A D | X509_ACERT_get0_holder_baseCertId.pod | 100 All I<set0>/I<set1> routines return 1 for success and 0 for failure.
|
| H A D | SSL_set_bio.pod | 33 number of references available using L<BIO_up_ref(3)> before calling the set0
|
| /src/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 | ossl-guide-libraries-introduction.pod | 271 using the numbers B<0> and B<1>, i.e. "get0", "get1", "set0" and "set1". This
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-api.md | 27 …- [`SSL_set0_rbio`, `SSL_set0_wbio`, `SSL_set_bio`](#-ssl-set0-rbio----ssl-set0-wbio----ssl-set-bi…
|