Home
last modified time | relevance | path

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

/third_party/openssl/include/internal/
Ddso.h45 # define DSO_FLAG_NO_UNLOAD_ON_FREE 0x04 macro
/third_party/openssl/crypto/
Dinit.c194 dso = DSO_dsobyaddr(&base_inited, DSO_FLAG_NO_UNLOAD_ON_FREE); in DEFINE_RUN_ONCE_STATIC()
802 dso = DSO_dsobyaddr(handlersym.sym, DSO_FLAG_NO_UNLOAD_ON_FREE); in OPENSSL_atexit()
/third_party/openssl/crypto/dso/
Ddso_lib.c77 if ((dso->flags & DSO_FLAG_NO_UNLOAD_ON_FREE) == 0) { in DSO_free()