HomeSort by: relevance | last modified time | path
    Searched refs:LHASH_OF (Results 1 - 25 of 87) sorted by relevancy

1 2 3 4

  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
conf.h 70 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_VALUE) *conf, const char *group
    [all...]
lhash.h 119 # define LHASH_OF(type) struct lhash_st_##type
122 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
123 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
126 return (LHASH_OF(type) *) \
129 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
133 static ossl_unused ossl_inline type *lh_##type##_insert(LHASH_OF(type) *lh, type *d) \
137 static ossl_unused ossl_inline type *lh_##type##_delete(LHASH_OF(type) *lh, const type *d) \
141 static ossl_unused ossl_inline type *lh_##type##_retrieve(LHASH_OF(type) *lh, const type *d) \
145 static ossl_unused ossl_inline int lh_##type##_error(LHASH_OF(type) *lh) \
149 static ossl_unused ossl_inline unsigned long lh_##type##_num_items(LHASH_OF(type) *lh)
    [all...]
txt_db.h 36 LHASH_OF(OPENSSL_STRING) **index;
  /src/crypto/external/apache2/openssl/dist/include/openssl/
conf.h.in 81 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
82 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
85 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
88 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
90 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf,
92 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group,
94 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group
    [all...]
lhash.h.in 158 #define LHASH_OF(type) struct lhash_st_##type
162 LHASH_OF(type) \
204 ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
209 ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
228 LHASH_OF(type)
233 lh_##type##_node_stats_bio(const LHASH_OF(type) *lh, BIO *out) \
238 lh_##type##_node_usage_stats_bio(const LHASH_OF(type) *lh, BIO *out) \
243 lh_##type##_stats_bio(const LHASH_OF(type) *lh, BIO *out) \
252 LHASH_OF(type) \
272 lh_##type##_free(LHASH_OF(type) *lh)
    [all...]
conftypes.h 37 LHASH_OF(CONF_VALUE) *data;
txt_db.h 42 LHASH_OF(OPENSSL_STRING) **index;
  /src/crypto/external/bsd/openssl/dist/include/openssl/
conf.h.in 74 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
75 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
78 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
81 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
83 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf,
85 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group,
87 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group
    [all...]
lhash.h.in 130 # define LHASH_OF(type) struct lhash_st_##type
134 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
146 static ossl_unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
150 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
166 LHASH_OF(type)
169 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
170 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
173 return (LHASH_OF(type) *) \
176 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
180 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(type) *lh)
    [all...]
conftypes.h 37 LHASH_OF(CONF_VALUE) *data;
txt_db.h 42 LHASH_OF(OPENSSL_STRING) **index;
  /src/crypto/external/bsd/openssl.old/dist/crypto/conf/
conf_lib.c 25 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash)
45 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
48 LHASH_OF(CONF_VALUE) *ltmp;
68 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
72 LHASH_OF(CONF_VALUE) *ltmp;
83 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
97 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/conf/
conf_lib.c 26 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash)
46 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
49 LHASH_OF(CONF_VALUE) *ltmp;
69 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
73 LHASH_OF(CONF_VALUE) *ltmp;
84 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
98 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf
    [all...]
conf_api.c 20 static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf);
132 typedef LHASH_OF(CONF_VALUE) LH_CONF_VALUE;
158 static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf)
  /src/crypto/external/apache2/openssl/dist/crypto/conf/
conf_lib.c 26 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash)
46 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
49 LHASH_OF(CONF_VALUE) *ltmp;
69 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
73 LHASH_OF(CONF_VALUE) *ltmp;
84 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
98 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf
    [all...]
conf_api.c 20 static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf);
132 typedef LHASH_OF(CONF_VALUE) LH_CONF_VALUE;
158 static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf)
  /src/crypto/external/apache2/openssl/dist/crypto/property/
defn_cache.c 53 LHASH_OF(PROPERTY_DEFN_ELEM) *property_defns = vproperty_defns;
70 LHASH_OF(PROPERTY_DEFN_ELEM) *property_defns;
95 LHASH_OF(PROPERTY_DEFN_ELEM) *property_defns;
  /src/crypto/external/bsd/openssl/dist/crypto/property/
defn_cache.c 52 LHASH_OF(PROPERTY_DEFN_ELEM) *property_defns = vproperty_defns;
74 LHASH_OF(PROPERTY_DEFN_ELEM) *property_defns;
100 LHASH_OF(PROPERTY_DEFN_ELEM) *property_defns;
  /src/tests/crypto/libcrypto/conf/
test.c 67 LHASH_OF(CONF_VALUE) *conf;
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
ParseC.pm 296 # LHASH_OF(foo) is used as a type, but the chandlers won't take it
304 static ossl_inline LHASH_OF($1) * lh_$1_new(unsigned long (*hfn)(const $1 *),
306 static ossl_inline void lh_$1_free(LHASH_OF($1) *lh);
307 static ossl_inline $1 *lh_$1_insert(LHASH_OF($1) *lh, $1 *d);
308 static ossl_inline $1 *lh_$1_delete(LHASH_OF($1) *lh, const $1 *d);
309 static ossl_inline $1 *lh_$1_retrieve(LHASH_OF($1) *lh, const $1 *d);
310 static ossl_inline int lh_$1_error(LHASH_OF($1) *lh);
311 static ossl_inline unsigned long lh_$1_num_items(LHASH_OF($1) *lh);
312 static ossl_inline void lh_$1_node_stats_bio(const LHASH_OF($1) *lh, BIO *out);
313 static ossl_inline void lh_$1_node_usage_stats_bio(const LHASH_OF($1) *lh
    [all...]
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
ParseC.pm 290 # LHASH_OF(foo) is used as a type, but the chandlers won't take it
298 static ossl_inline LHASH_OF($1) * lh_$1_new(unsigned long (*hfn)(const $1 *),
300 static ossl_inline void lh_$1_free(LHASH_OF($1) *lh);
301 static ossl_inline $1 *lh_$1_insert(LHASH_OF($1) *lh, $1 *d);
302 static ossl_inline $1 *lh_$1_delete(LHASH_OF($1) *lh, const $1 *d);
303 static ossl_inline $1 *lh_$1_retrieve(LHASH_OF($1) *lh, const $1 *d);
304 static ossl_inline int lh_$1_error(LHASH_OF($1) *lh);
305 static ossl_inline unsigned long lh_$1_num_items(LHASH_OF($1) *lh);
306 static ossl_inline void lh_$1_node_stats_bio(const LHASH_OF($1) *lh, BIO *out);
307 static ossl_inline void lh_$1_node_usage_stats_bio(const LHASH_OF($1) *lh
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
openssl.c 40 static LHASH_OF(FUNCTION) *prog_init(void);
41 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]);
241 LHASH_OF(FUNCTION) *prog = NULL;
409 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[])
473 static LHASH_OF(FUNCTION) *prog_init(void)
475 static LHASH_OF(FUNCTION) *ret = NULL;
  /src/crypto/external/bsd/openssl/dist/apps/
openssl.c 38 static LHASH_OF(FUNCTION) *prog_init(void);
39 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]);
239 LHASH_OF(FUNCTION) *prog = NULL;
395 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[])
459 static LHASH_OF(FUNCTION) *prog_init(void)
461 static LHASH_OF(FUNCTION) *ret = NULL;
  /src/crypto/external/bsd/openssl/dist/test/
lhash_test.c 94 LHASH_OF(int) *h = lh_int_new(&int_hash, &int_cmp);
190 LHASH_OF(int) *h = lh_int_new(&stress_hash, &int_cmp);
  /src/crypto/external/bsd/openssl.old/dist/test/
lhash_test.c 83 LHASH_OF(int) *h = lh_int_new(&int_hash, &int_cmp);
169 LHASH_OF(int) *h = lh_int_new(&stress_hash, &int_cmp);

Completed in 33 milliseconds

1 2 3 4