Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/include/internal/
H A Ddso.h33 # define DSO_FLAG_NO_NAME_TRANSLATION 0x01 macro
39 * ignored if DSO_FLAG_NO_NAME_TRANSLATION is used at the same time.
102 * used. If the DSO_FLAG_NO_NAME_TRANSLATION flag is set, then the filename is
/third_party/openssl/include/internal/
H A Ddso.h33 # define DSO_FLAG_NO_NAME_TRANSLATION 0x01 macro
39 * ignored if DSO_FLAG_NO_NAME_TRANSLATION is used at the same time.
102 * used. If the DSO_FLAG_NO_NAME_TRANSLATION flag is set, then the filename is
/third_party/openssl/ohos_lite/include/internal/
H A Ddso.h32 # define DSO_FLAG_NO_NAME_TRANSLATION 0x01 macro
38 * ignored if DSO_FLAG_NO_NAME_TRANSLATION is used at the same time.
101 * used. If the DSO_FLAG_NO_NAME_TRANSLATION flag is set, then the filename is
/third_party/node/deps/openssl/openssl/crypto/dso/
H A Ddso_lib.c261 if ((dso->flags & DSO_FLAG_NO_NAME_TRANSLATION) == 0) { in DSO_merge()
284 if ((dso->flags & DSO_FLAG_NO_NAME_TRANSLATION) == 0) { in DSO_convert_filename()
H A Ddso_dl.c68 (dso->flags & DSO_FLAG_NO_NAME_TRANSLATION ? 0 : in dl_load()
/third_party/openssl/crypto/dso/
H A Ddso_lib.c261 if ((dso->flags & DSO_FLAG_NO_NAME_TRANSLATION) == 0) { in DSO_merge()
284 if ((dso->flags & DSO_FLAG_NO_NAME_TRANSLATION) == 0) { in DSO_convert_filename()
H A Ddso_dl.c68 (dso->flags & DSO_FLAG_NO_NAME_TRANSLATION ? 0 : in dl_load()

Completed in 4 milliseconds