Searched defs:conf_method_st (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/openssl/openssl/include/openssl/ |
| D | conftypes.h | 21 struct conf_method_st { struct 22 const char *name; 23 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); [all …]
|
| /third_party/openssl/include/openssl/ |
| D | conftypes.h | 21 struct conf_method_st { struct 22 const char *name; 23 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); [all …]
|
| /third_party/openssl/ohos_lite/include/openssl/ |
| D | conf.h | 37 struct conf_method_st { struct 38 const char *name; 39 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); [all …]
|