Home
last modified time | relevance | path

Searched refs:stop_handlers (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
H A Dinit.c46 static OPENSSL_INIT_STOP *stop_handlers = NULL; variable
368 currhandler = stop_handlers; in OPENSSL_cleanup()
375 stop_handlers = NULL; in OPENSSL_cleanup()
715 newhand->next = stop_handlers; in OPENSSL_atexit()
716 stop_handlers = newhand; in OPENSSL_atexit()
/third_party/openssl/crypto/
H A Dinit.c46 static OPENSSL_INIT_STOP *stop_handlers = NULL; variable
368 currhandler = stop_handlers; in OPENSSL_cleanup()
375 stop_handlers = NULL; in OPENSSL_cleanup()
715 newhand->next = stop_handlers; in OPENSSL_atexit()
716 stop_handlers = newhand; in OPENSSL_atexit()

Completed in 2 milliseconds