OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:methods_ebcdic
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/apps/
s_server.c
258
static BIO_METHOD *
methods_ebcdic
= NULL;
variable
268
if (
methods_ebcdic
== NULL) {
269
methods_ebcdic
= BIO_meth_new(BIO_TYPE_EBCDIC_FILTER,
271
if (
methods_ebcdic
== NULL
272
|| !BIO_meth_set_write(
methods_ebcdic
, ebcdic_write)
273
|| !BIO_meth_set_read(
methods_ebcdic
, ebcdic_read)
274
|| !BIO_meth_set_puts(
methods_ebcdic
, ebcdic_puts)
275
|| !BIO_meth_set_gets(
methods_ebcdic
, ebcdic_gets)
276
|| !BIO_meth_set_ctrl(
methods_ebcdic
, ebcdic_ctrl)
277
|| !BIO_meth_set_create(
methods_ebcdic
, ebcdic_new
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/apps/
s_server.c
309
static BIO_METHOD *
methods_ebcdic
= NULL;
variable
319
if (
methods_ebcdic
== NULL) {
320
methods_ebcdic
= BIO_meth_new(BIO_TYPE_EBCDIC_FILTER,
322
if (
methods_ebcdic
== NULL
323
|| !BIO_meth_set_write(
methods_ebcdic
, ebcdic_write)
324
|| !BIO_meth_set_read(
methods_ebcdic
, ebcdic_read)
325
|| !BIO_meth_set_puts(
methods_ebcdic
, ebcdic_puts)
326
|| !BIO_meth_set_gets(
methods_ebcdic
, ebcdic_gets)
327
|| !BIO_meth_set_ctrl(
methods_ebcdic
, ebcdic_ctrl)
328
|| !BIO_meth_set_create(
methods_ebcdic
, ebcdic_new
[
all
...]
/src/crypto/external/apache2/openssl/dist/apps/
s_server.c
267
static BIO_METHOD *
methods_ebcdic
= NULL;
variable
277
if (
methods_ebcdic
== NULL) {
278
methods_ebcdic
= BIO_meth_new(BIO_TYPE_EBCDIC_FILTER,
280
if (
methods_ebcdic
== NULL
281
|| !BIO_meth_set_write(
methods_ebcdic
, ebcdic_write)
282
|| !BIO_meth_set_read(
methods_ebcdic
, ebcdic_read)
283
|| !BIO_meth_set_puts(
methods_ebcdic
, ebcdic_puts)
284
|| !BIO_meth_set_gets(
methods_ebcdic
, ebcdic_gets)
285
|| !BIO_meth_set_ctrl(
methods_ebcdic
, ebcdic_ctrl)
286
|| !BIO_meth_set_create(
methods_ebcdic
, ebcdic_new
[
all
...]
Completed in 24 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026