/netbsd/crypto/external/bsd/openssl.old/dist/include/internal/ |
H A D | thread_once.h | 119 (CRYPTO_THREAD_run_once(once, init##_ossl_) ? init##_ossl_ret_ : 0) 137 (CRYPTO_THREAD_run_once(once, initalt##_ossl_) ? init##_ossl_ret_ : 0)
|
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | CRYPTO_THREAD_run_once.pod | 5 CRYPTO_THREAD_run_once, 15 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)); 40 CRYPTO_THREAD_run_once() can be used to perform one-time initialization. 82 CRYPTO_THREAD_run_once() returns 1 on success, or 0 on error. 119 if (!CRYPTO_THREAD_run_once(&once, void init) || lock == NULL)
|
/netbsd/crypto/external/bsd/openssl/dist/include/internal/ |
H A D | thread_once.h | 130 (CRYPTO_THREAD_run_once(once, init##_ossl_) ? init##_ossl_ret_ : 0) 148 (CRYPTO_THREAD_run_once(once, initalt##_ossl_) ? init##_ossl_ret_ : 0)
|
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | CRYPTO_THREAD_run_once.pod | 5 CRYPTO_THREAD_run_once, 15 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)); 43 CRYPTO_THREAD_run_once() can be used to perform one-time initialization. 105 CRYPTO_THREAD_run_once() returns 1 on success, or 0 on error. 152 if (!CRYPTO_THREAD_run_once(&once, void init) || lock == NULL)
|
/netbsd/crypto/external/bsd/openssl.old/dist/test/ |
H A D | threadstest.c | 106 CRYPTO_THREAD_run_once(&once_run, once_do_run); in once_run_thread_cb() 115 || !CRYPTO_THREAD_run_once(&once_run, once_do_run) in test_once()
|
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/ |
H A D | threads_none.c | 65 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() function
|
H A D | threads_win.c | 77 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() function
|
H A D | threads_pthread.c | 116 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() function
|
/netbsd/crypto/external/bsd/openssl/dist/crypto/ |
H A D | threads_none.c | 65 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() function
|
H A D | threads_win.c | 134 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() function
|
H A D | threads_pthread.c | 154 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() function
|
/netbsd/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | openssl-threads.pod | 14 API, as shown in L<CRYPTO_THREAD_run_once(3)/EXAMPLES>. 89 CRYPTO_THREAD_run_once(3),
|
/netbsd/crypto/external/bsd/openssl/dist/test/ |
H A D | threadstest.c | 62 CRYPTO_THREAD_run_once(&once_run, once_do_run); in once_run_thread_cb() 71 || !CRYPTO_THREAD_run_once(&once_run, once_do_run) in test_once()
|
/netbsd/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | man.inc | 88 CRYPTO_THREAD_run_once.3 \
|
H A D | crypto.map | 769 CRYPTO_THREAD_run_once;
|
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | crypto.h | 431 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
|
/netbsd/crypto/external/bsd/openssl/lib/libcrypto/ |
H A D | man.inc | 105 CRYPTO_THREAD_run_once.3 \
|
H A D | crypto.map | 895 CRYPTO_THREAD_run_once;
|
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | crypto.h.in | 512 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
|
/netbsd/crypto/external/bsd/openssl/dist/doc/ |
H A D | build.info | 866 DEPEND[html/man3/CRYPTO_THREAD_run_once.html]=man3/CRYPTO_THREAD_run_once.pod 867 GENERATE[html/man3/CRYPTO_THREAD_run_once.html]=man3/CRYPTO_THREAD_run_once.pod 868 DEPEND[man/man3/CRYPTO_THREAD_run_once.3]=man3/CRYPTO_THREAD_run_once.pod 869 GENERATE[man/man3/CRYPTO_THREAD_run_once.3]=man3/CRYPTO_THREAD_run_once.pod 2982 html/man3/CRYPTO_THREAD_run_once.html \ 3585 man/man3/CRYPTO_THREAD_run_once.3 \
|
/netbsd/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libcrypto.num | 3242 CRYPTO_THREAD_run_once 3195 1_1_0 EXIST::FUNCTION:
|
/netbsd/crypto/external/bsd/openssl/dist/util/ |
H A D | libcrypto.num | 3127 CRYPTO_THREAD_run_once 3195 3_0_0 EXIST::FUNCTION:
|
/netbsd/distrib/sets/lists/comp/ |
H A D | mi | 5113 ./usr/share/man/cat3/CRYPTO_THREAD_run_once.0 comp-c-catman .cat 13604 ./usr/share/man/html3/CRYPTO_THREAD_run_once.html comp-c-htmlman html 21940 ./usr/share/man/man3/CRYPTO_THREAD_run_once.3 comp-c-man .man
|