Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/rio/
H A Drio_notifier.c31 static CRYPTO_ONCE ensure_wsa_startup_once = CRYPTO_ONCE_STATIC_INIT; variable
56 return RUN_ONCE(&ensure_wsa_startup_once, do_wsa_startup); in ensure_wsa_startup()