Home
last modified time | relevance | path

Searched refs:DSO_FLAG_NO_UNLOAD_ON_FREE (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/openssl/openssl/include/internal/
H A Ddso.h46 # define DSO_FLAG_NO_UNLOAD_ON_FREE 0x04 macro
/third_party/openssl/include/internal/
H A Ddso.h46 # define DSO_FLAG_NO_UNLOAD_ON_FREE 0x04 macro
/third_party/openssl/ohos_lite/include/internal/
H A Ddso.h45 # define DSO_FLAG_NO_UNLOAD_ON_FREE 0x04 macro
/third_party/node/deps/openssl/openssl/crypto/
H A Dinit.c162 dso = DSO_dsobyaddr(&base_inited, DSO_FLAG_NO_UNLOAD_ON_FREE); in DEFINE_RUN_ONCE_STATIC()
698 dso = DSO_dsobyaddr(handlersym.sym, DSO_FLAG_NO_UNLOAD_ON_FREE); in OPENSSL_atexit()
/third_party/openssl/crypto/
H A Dinit.c162 dso = DSO_dsobyaddr(&base_inited, DSO_FLAG_NO_UNLOAD_ON_FREE); in DEFINE_RUN_ONCE_STATIC()
698 dso = DSO_dsobyaddr(handlersym.sym, DSO_FLAG_NO_UNLOAD_ON_FREE); in OPENSSL_atexit()
/third_party/node/deps/openssl/openssl/crypto/dso/
H A Ddso_lib.c67 if ((dso->flags & DSO_FLAG_NO_UNLOAD_ON_FREE) == 0) { in DSO_free()
/third_party/openssl/crypto/dso/
H A Ddso_lib.c67 if ((dso->flags & DSO_FLAG_NO_UNLOAD_ON_FREE) == 0) { in DSO_free()

Completed in 5 milliseconds