Home
last modified time | relevance | path

Searched refs:methods_ebcdic (Results 1 – 1 of 1) sorted by relevance

/openssl/apps/
H A Ds_server.c256 static BIO_METHOD *methods_ebcdic = NULL; variable
266 if (methods_ebcdic == NULL) { in BIO_f_ebcdic_filter()
267 methods_ebcdic = BIO_meth_new(BIO_TYPE_EBCDIC_FILTER, in BIO_f_ebcdic_filter()
269 if (methods_ebcdic == NULL in BIO_f_ebcdic_filter()
271 || !BIO_meth_set_read(methods_ebcdic, ebcdic_read) in BIO_f_ebcdic_filter()
272 || !BIO_meth_set_puts(methods_ebcdic, ebcdic_puts) in BIO_f_ebcdic_filter()
273 || !BIO_meth_set_gets(methods_ebcdic, ebcdic_gets) in BIO_f_ebcdic_filter()
274 || !BIO_meth_set_ctrl(methods_ebcdic, ebcdic_ctrl) in BIO_f_ebcdic_filter()
275 || !BIO_meth_set_create(methods_ebcdic, ebcdic_new) in BIO_f_ebcdic_filter()
279 return methods_ebcdic; in BIO_f_ebcdic_filter()
[all …]

Completed in 20 milliseconds