Home
last modified time | relevance | path

Searched refs:LHASH_OF (Results 1 - 25 of 335) sorted by relevance

12345678910>>...14

/third_party/openssl/ohos_lite/include/openssl/
H A Dconf.h70 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
71 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
74 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
77 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
79 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf,
81 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group,
83 long CONF_get_number(LHASH_OF(CONF_VALU
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/VC-WIN64-ARM/no-asm/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/include/openssl/
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type macro
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
144 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
164 LHASH_OF(type)
167 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
168 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
171 return (LHASH_OF(type) *) \
174 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
178 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(typ
[all...]

Completed in 11 milliseconds

12345678910>>...14