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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dconf_api.h70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section, const char *name);
82 int _CONF_new_data(CONF *conf);
83 void _CONF_free_data(CONF *conf);
H A Dconf.h84 typedef struct conf_st CONF; typedef in typeref:struct:conf_st
91 CONF *(*create)(CONF_METHOD *meth);
92 int (*init)(CONF *conf);
93 int (*destroy)(CONF *conf);
94 int (*destroy_data)(CONF *conf);
95 int (*load_bio)(CONF *conf, BIO *bp, long *eline);
96 int (*dump)(const CONF *conf, BIO *bp);
97 int (*is_number)(const CONF *conf, char c);
98 int (*to_int)(const CONF *conf, char c);
99 int (*load)(CONF *con
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/conf/
H A Dconf_api.h70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section, const char *name);
82 int _CONF_new_data(CONF *conf);
83 void _CONF_free_data(CONF *conf);
H A Dconf.h84 typedef struct conf_st CONF; typedef in typeref:struct:conf_st
91 CONF *(*create)(CONF_METHOD *meth);
92 int (*init)(CONF *conf);
93 int (*destroy)(CONF *conf);
94 int (*destroy_data)(CONF *conf);
95 int (*load_bio)(CONF *conf, BIO *bp, long *eline);
96 int (*dump)(const CONF *conf, BIO *bp);
97 int (*is_number)(const CONF *conf, char c);
98 int (*to_int)(const CONF *conf, char c);
99 int (*load)(CONF *con
[all...]
H A Dconf_lib.c66 const char *CONF_version="CONF" OPENSSL_VERSION_PTEXT;
70 /* Init a 'CONF' structure from an old LHASH */
72 void CONF_set_nconf(CONF *conf, LHASH *hash)
81 /* The following section contains the "CONF classic" functions,
82 rewritten in terms of the new CONF interface. */
129 CONF ctmp;
148 CONF ctmp;
162 CONF ctmp;
179 CONF ctmp;
194 CONF ctm
[all...]
H A Dconf_def.c72 static char *eat_ws(CONF *conf, char *p);
73 static char *eat_alpha_numeric(CONF *conf, char *p);
74 static void clear_comments(CONF *conf, char *p);
75 static int str_copy(CONF *conf,char *section,char **to, char *from);
76 static char *scan_quote(CONF *conf, char *p);
77 static char *scan_dquote(CONF *conf, char *p);
80 static CONF *def_create(CONF_METHOD *meth);
81 static int def_init_default(CONF *conf);
82 static int def_init_WIN32(CONF *conf);
83 static int def_destroy(CONF *con
[all...]
H A Dconf_api.c84 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section)
96 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
108 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value)
132 char *_CONF_get_string(const CONF *conf, const char *section, const char *name)
167 long _CONF_get_number(CONF *conf, char *section, char *name)
185 int _CONF_new_data(CONF *conf)
199 void _CONF_free_data(CONF *conf)
277 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section)
H A Dconf_mod.c112 static int module_run(const CONF *cnf, char *name, char *value,
118 const CONF *cnf);
119 static CONF_MODULE *module_load_dso(const CONF *cnf, char *name, char *value,
122 /* Main function: load modules from a CONF structure */
124 int CONF_modules_load(const CONF *cnf, const char *appname,
169 CONF *conf = NULL;
205 static int module_run(const CONF *cnf, char *name, char *value,
244 static CONF_MODULE *module_load_dso(const CONF *cnf, char *name, char *value,
347 const CONF *cnf)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf_api.h70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section, const char *name);
82 int _CONF_new_data(CONF *conf);
83 void _CONF_free_data(CONF *conf);
H A Dconf.h92 CONF *(*create)(CONF_METHOD *meth);
93 int (*init)(CONF *conf);
94 int (*destroy)(CONF *conf);
95 int (*destroy_data)(CONF *conf);
96 int (*load_bio)(CONF *conf, BIO *bp, long *eline);
97 int (*dump)(const CONF *conf, BIO *bp);
98 int (*is_number)(const CONF *conf, char c);
99 int (*to_int)(const CONF *conf, char c);
100 int (*load)(CONF *conf, const char *name, long *eline);
109 typedef int conf_init_func(CONF_IMODULE *md, const CONF *cn
[all...]
H A Dconf_lib.c66 const char CONF_version[]="CONF" OPENSSL_VERSION_PTEXT;
70 /* Init a 'CONF' structure from an old LHASH */
72 void CONF_set_nconf(CONF *conf, LHASH *hash)
81 /* The following section contains the "CONF classic" functions,
82 rewritten in terms of the new CONF interface. */
129 CONF ctmp;
148 CONF ctmp;
162 CONF ctmp;
179 CONF ctmp;
194 CONF ctm
[all...]
H A Dconf_def.c72 static char *eat_ws(CONF *conf, char *p);
73 static char *eat_alpha_numeric(CONF *conf, char *p);
74 static void clear_comments(CONF *conf, char *p);
75 static int str_copy(CONF *conf,char *section,char **to, char *from);
76 static char *scan_quote(CONF *conf, char *p);
77 static char *scan_dquote(CONF *conf, char *p);
80 static CONF *def_create(CONF_METHOD *meth);
81 static int def_init_default(CONF *conf);
82 static int def_init_WIN32(CONF *conf);
83 static int def_destroy(CONF *con
[all...]
H A Dconf_api.c84 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section)
96 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
108 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value)
132 char *_CONF_get_string(const CONF *conf, const char *section, const char *name)
167 long _CONF_get_number(CONF *conf, char *section, char *name)
185 int _CONF_new_data(CONF *conf)
199 void _CONF_free_data(CONF *conf)
277 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dconf_api.h70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section, const char *name);
82 int _CONF_new_data(CONF *conf);
83 void _CONF_free_data(CONF *conf);
H A Dconf.h92 CONF *(*create)(CONF_METHOD *meth);
93 int (*init)(CONF *conf);
94 int (*destroy)(CONF *conf);
95 int (*destroy_data)(CONF *conf);
96 int (*load_bio)(CONF *conf, BIO *bp, long *eline);
97 int (*dump)(const CONF *conf, BIO *bp);
98 int (*is_number)(const CONF *conf, char c);
99 int (*to_int)(const CONF *conf, char c);
100 int (*load)(CONF *conf, const char *name, long *eline);
109 typedef int conf_init_func(CONF_IMODULE *md, const CONF *cn
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/test/
H A Dudevstart-test.pl37 open CONF, ">$udev_conf" || die "unable to create config file: $udev_conf";
38 print CONF "udev_root=\"$udev_root\"\n";
39 print CONF "udev_db=\"$udev_db\"\n";
40 print CONF "udev_rules=\"$udev_rules\"\n";
41 close CONF;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/linux/
H A Dminidlna.init.d.script23 CONF=/etc/minidlna.conf
24 ARGS="-f $CONF"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509v3/
H A Dv3_conf.c71 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, int crit, char *value);
77 /* CONF *conf: Config file */
80 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name,
98 /* CONF *conf: Config file */
100 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid,
112 /* CONF *conf: Config file */
114 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid,
295 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section,
316 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
327 int X509V3_EXT_CRL_add_nconf(CONF *con
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_conf.c71 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, int crit, char *value);
78 /* CONF *conf: Config file */
81 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name,
99 /* CONF *conf: Config file */
101 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid,
113 /* CONF *conf: Config file */
115 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid,
324 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section,
345 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
356 int X509V3_EXT_CRL_add_nconf(CONF *con
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dmkcerts.sh16 CONF="-config ../apps/openssl.cnf"
20 $SSLEAY req $CONF \
56 $SSLEAY req $CONF \
93 $SSLEAY req $CONF \
130 $SSLEAY req $CONF \
167 $SSLEAY req $CONF \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmkcerts.sh16 CONF="-config ../apps/openssl.cnf"
20 $SSLEAY req $CONF \
56 $SSLEAY req $CONF \
93 $SSLEAY req $CONF \
130 $SSLEAY req $CONF \
167 $SSLEAY req $CONF \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dasn_moid.c68 static int oid_module_init(CONF_IMODULE *md, const CONF *cnf)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dapps.h149 CONF *config=NULL;
153 extern CONF *config;
161 extern CONF *config;
267 int add_oid_section(BIO *err, CONF *conf);
281 int load_config(BIO *err, CONF *cnf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dapps.h147 CONF *config=NULL;
150 extern CONF *config;
157 extern CONF *config;
264 int add_oid_section(BIO *err, CONF *conf);
278 int load_config(BIO *err, CONF *cnf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dcheck-xinclude-test-suite.py13 CONF="testdescr.xml" variable
188 conf = libxml2.parseFile(CONF)
190 print "Unable to load %s" % CONF

Completed in 215 milliseconds

123