Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/comp/
H A Dc_zlib.c211 /* LIBZ may be externally defined, and we should respect that value */ in DEFINE_RUN_ONCE_STATIC()
212 # ifndef LIBZ in DEFINE_RUN_ONCE_STATIC()
214 # define LIBZ "ZLIB1" in DEFINE_RUN_ONCE_STATIC() macro
216 # define LIBZ "LIBZ" in DEFINE_RUN_ONCE_STATIC()
218 # define LIBZ "z" in DEFINE_RUN_ONCE_STATIC()
222 zlib_dso = DSO_load(NULL, LIBZ, NULL, 0); in DEFINE_RUN_ONCE_STATIC()
/third_party/openssl/crypto/comp/
H A Dc_zlib.c211 /* LIBZ may be externally defined, and we should respect that value */ in DEFINE_RUN_ONCE_STATIC()
212 # ifndef LIBZ in DEFINE_RUN_ONCE_STATIC()
214 # define LIBZ "ZLIB1" in DEFINE_RUN_ONCE_STATIC() macro
216 # define LIBZ "LIBZ" in DEFINE_RUN_ONCE_STATIC()
218 # define LIBZ "z" in DEFINE_RUN_ONCE_STATIC()
222 zlib_dso = DSO_load(NULL, LIBZ, NULL, 0); in DEFINE_RUN_ONCE_STATIC()

Completed in 3 milliseconds