Home
last modified time | relevance | path

Searched refs:CONF (Results 1 - 25 of 280) sorted by relevance

12345678910>>...12

/third_party/toybox/toys/posix/
H A Dgetconf.c60 #define CONF(n) {"_POSIX_" #n,_SC_ ## n} macro
61 CONF(ADVISORY_INFO), CONF(BARRIERS), CONF(ASYNCHRONOUS_IO),
62 CONF(CLOCK_SELECTION), CONF(CPUTIME), CONF(FSYNC), CONF(IPV6),
63 CONF(JOB_CONTROL), CONF(MAPPED_FILE
81 #undef CONF global() macro
82 #define CONF global() macro
89 #undef CONF global() macro
90 #define CONF global() macro
95 #undef CONF global() macro
96 #define CONF global() macro
122 #undef CONF global() macro
123 #define CONF global() macro
133 #undef CONF global() macro
134 #define CONF global() macro
140 #undef CONF global() macro
141 #define CONF global() macro
161 #undef CONF global() macro
162 #define CONF global() macro
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Dconf.h39 CONF *(*create) (CONF_METHOD *meth);
40 int (*init) (CONF *conf);
41 int (*destroy) (CONF *conf);
42 int (*destroy_data) (CONF *conf);
43 int (*load_bio) (CONF *conf, BIO *bp, long *eline);
44 int (*dump) (const CONF *conf, BIO *bp);
45 int (*is_number) (const CONF *conf, char c);
46 int (*to_int) (const CONF *conf, char c);
47 int (*load) (CONF *conf, const char *name, long *eline);
59 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cn
[all...]
H A Dconf_api.h21 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
23 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
25 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
28 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
29 char *_CONF_get_string(const CONF *conf, const char *section,
31 long _CONF_get_number(const CONF *conf, const char *section,
34 int _CONF_new_data(CONF *conf);
35 void _CONF_free_data(CONF *conf);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dconftypes.h23 CONF *(*create) (CONF_METHOD *meth);
24 int (*init) (CONF *conf);
25 int (*destroy) (CONF *conf);
26 int (*destroy_data) (CONF *conf);
27 int (*load_bio) (CONF *conf, BIO *bp, long *eline);
28 int (*dump) (const CONF *conf, BIO *bp);
29 int (*is_number) (const CONF *conf, char c);
30 int (*to_int) (const CONF *conf, char c);
31 int (*load) (CONF *conf, const char *name, long *eline);
H A Dconf_api.h27 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
29 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
31 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
34 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
35 char *_CONF_get_string(const CONF *conf, const char *section,
37 long _CONF_get_number(const CONF *conf, const char *section,
40 int _CONF_new_data(CONF *conf);
41 void _CONF_free_data(CONF *conf);
/third_party/openssl/include/openssl/
H A Dconftypes.h23 CONF *(*create) (CONF_METHOD *meth);
24 int (*init) (CONF *conf);
25 int (*destroy) (CONF *conf);
26 int (*destroy_data) (CONF *conf);
27 int (*load_bio) (CONF *conf, BIO *bp, long *eline);
28 int (*dump) (const CONF *conf, BIO *bp);
29 int (*is_number) (const CONF *conf, char c);
30 int (*to_int) (const CONF *conf, char c);
31 int (*load) (CONF *conf, const char *name, long *eline);
H A Dconf_api.h27 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
29 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
31 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
34 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
35 char *_CONF_get_string(const CONF *conf, const char *section,
37 long _CONF_get_number(const CONF *conf, const char *section,
40 int _CONF_new_data(CONF *conf);
41 void _CONF_free_data(CONF *conf);
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_lib.c24 /* Init a 'CONF' structure from an old LHASH */
26 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) in CONF_set_nconf()
36 * The following section contains the "CONF classic" functions, rewritten in
37 * terms of the new CONF interface.
87 CONF ctmp; in LHASH_OF()
104 CONF ctmp; in STACK_OF()
117 CONF ctmp; in LHASH_OF()
134 CONF ctmp; in LHASH_OF()
145 CONF ctmp; in LHASH_OF()
168 CONF ctm in LHASH_OF()
[all...]
/third_party/openssl/crypto/conf/
H A Dconf_lib.c24 /* Init a 'CONF' structure from an old LHASH */
26 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) in CONF_set_nconf()
36 * The following section contains the "CONF classic" functions, rewritten in
37 * terms of the new CONF interface.
87 CONF ctmp; in LHASH_OF()
104 CONF ctmp; in STACK_OF()
117 CONF ctmp; in LHASH_OF()
134 CONF ctmp; in LHASH_OF()
145 CONF ctmp; in LHASH_OF()
168 CONF ctm in LHASH_OF()
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dconf.h100 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
111 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
145 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth);
146 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
147 CONF *NCONF_new(CONF_METHOD *meth);
152 void NCONF_free(CONF *conf);
153 void NCONF_free_data(CONF *conf);
155 int NCONF_load(CONF *conf, const char *file, long *eline);
157 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
159 int NCONF_load_bio(CONF *con
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dconf.h100 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
111 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
145 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth);
146 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
147 CONF *NCONF_new(CONF_METHOD *meth);
152 void NCONF_free(CONF *conf);
153 void NCONF_free_data(CONF *conf);
155 int NCONF_load(CONF *conf, const char *file, long *eline);
157 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
159 int NCONF_load_bio(CONF *con
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dconf.h100 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
111 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
145 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth);
146 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
147 CONF *NCONF_new(CONF_METHOD *meth);
152 void NCONF_free(CONF *conf);
153 void NCONF_free_data(CONF *conf);
155 int NCONF_load(CONF *conf, const char *file, long *eline);
157 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
159 int NCONF_load_bio(CONF *con
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dconf.h100 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
111 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
145 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth);
146 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
147 CONF *NCONF_new(CONF_METHOD *meth);
152 void NCONF_free(CONF *conf);
153 void NCONF_free_data(CONF *conf);
155 int NCONF_load(CONF *conf, const char *file, long *eline);
157 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
159 int NCONF_load_bio(CONF *con
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dconf.h100 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
111 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
145 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth);
146 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
147 CONF *NCONF_new(CONF_METHOD *meth);
152 void NCONF_free(CONF *conf);
153 void NCONF_free_data(CONF *conf);
155 int NCONF_load(CONF *conf, const char *file, long *eline);
157 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
159 int NCONF_load_bio(CONF *con
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dconf.h100 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
111 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
145 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth);
146 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
147 CONF *NCONF_new(CONF_METHOD *meth);
152 void NCONF_free(CONF *conf);
153 void NCONF_free_data(CONF *conf);
155 int NCONF_load(CONF *conf, const char *file, long *eline);
157 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
159 int NCONF_load_bio(CONF *con
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dconf.h100 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
111 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
145 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth);
146 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
147 CONF *NCONF_new(CONF_METHOD *meth);
152 void NCONF_free(CONF *conf);
153 void NCONF_free_data(CONF *conf);
155 int NCONF_load(CONF *conf, const char *file, long *eline);
157 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
159 int NCONF_load_bio(CONF *con
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dconf.h100 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
111 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
145 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth);
146 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
147 CONF *NCONF_new(CONF_METHOD *meth);
152 void NCONF_free(CONF *conf);
153 void NCONF_free_data(CONF *conf);
155 int NCONF_load(CONF *conf, const char *file, long *eline);
157 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
159 int NCONF_load_bio(CONF *con
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dconf.h100 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
111 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
145 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth);
146 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
147 CONF *NCONF_new(CONF_METHOD *meth);
152 void NCONF_free(CONF *conf);
153 void NCONF_free_data(CONF *conf);
155 int NCONF_load(CONF *conf, const char *file, long *eline);
157 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
159 int NCONF_load_bio(CONF *con
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dconf.h100 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
111 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
145 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth);
146 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
147 CONF *NCONF_new(CONF_METHOD *meth);
152 void NCONF_free(CONF *conf);
153 void NCONF_free_data(CONF *conf);
155 int NCONF_load(CONF *conf, const char *file, long *eline);
157 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
159 int NCONF_load_bio(CONF *con
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dconf.h100 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
111 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
145 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth);
146 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
147 CONF *NCONF_new(CONF_METHOD *meth);
152 void NCONF_free(CONF *conf);
153 void NCONF_free_data(CONF *conf);
155 int NCONF_load(CONF *conf, const char *file, long *eline);
157 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
159 int NCONF_load_bio(CONF *con
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dconf.h100 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
111 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
145 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth);
146 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
147 CONF *NCONF_new(CONF_METHOD *meth);
152 void NCONF_free(CONF *conf);
153 void NCONF_free_data(CONF *conf);
155 int NCONF_load(CONF *conf, const char *file, long *eline);
157 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
159 int NCONF_load_bio(CONF *con
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dconf.h100 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
111 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
145 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth);
146 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
147 CONF *NCONF_new(CONF_METHOD *meth);
152 void NCONF_free(CONF *conf);
153 void NCONF_free_data(CONF *conf);
155 int NCONF_load(CONF *conf, const char *file, long *eline);
157 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
159 int NCONF_load_bio(CONF *con
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dconf.h100 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
111 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
145 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth);
146 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
147 CONF *NCONF_new(CONF_METHOD *meth);
152 void NCONF_free(CONF *conf);
153 void NCONF_free_data(CONF *conf);
155 int NCONF_load(CONF *conf, const char *file, long *eline);
157 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
159 int NCONF_load_bio(CONF *con
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dconf.h100 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
111 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
145 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth);
146 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
147 CONF *NCONF_new(CONF_METHOD *meth);
152 void NCONF_free(CONF *conf);
153 void NCONF_free_data(CONF *conf);
155 int NCONF_load(CONF *conf, const char *file, long *eline);
157 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
159 int NCONF_load_bio(CONF *con
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dconf.h100 typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
111 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
145 CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth);
146 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
147 CONF *NCONF_new(CONF_METHOD *meth);
152 void NCONF_free(CONF *conf);
153 void NCONF_free_data(CONF *conf);
155 int NCONF_load(CONF *conf, const char *file, long *eline);
157 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
159 int NCONF_load_bio(CONF *con
[all...]

Completed in 10 milliseconds

12345678910>>...12