代码搜索:Bio
找到约 2,188 项符合「Bio」的源代码
代码结果 2,188
www.eeworm.com/read/358714/2984195
pod bio_f_buffer.pod
=pod
=head1 NAME
BIO_f_buffer - buffering BIO
=head1 SYNOPSIS
#include
BIO_METHOD * BIO_f_buffer(void);
#define BIO_get_buffer_num_lines(b) BIO_ctrl(b,BIO_C_GET_BUFF_NUM_LINES
www.eeworm.com/read/358714/2984197
pod bio_f_null.pod
=pod
=head1 NAME
BIO_f_null - null filter
=head1 SYNOPSIS
#include
BIO_METHOD * BIO_f_null(void);
=head1 DESCRIPTION
BIO_f_null() returns the null filter BIO method. This is a
www.eeworm.com/read/358714/2984205
pod bio_f_md.pod
=pod
=head1 NAME
BIO_f_md, BIO_set_md, BIO_get_md, BIO_get_md_ctx - message digest BIO filter
=head1 SYNOPSIS
#include
#include
BIO_METHOD * BIO_f_md(void);
in
www.eeworm.com/read/358714/2984296
pod ssl_set_bio.pod
=pod
=head1 NAME
SSL_set_bio - connect the SSL object with a BIO
=head1 SYNOPSIS
#include
void SSL_set_bio(SSL *ssl, BIO *rbio, BIO *wbio);
=head1 DESCRIPTION
SSL_set_bio() co
www.eeworm.com/read/355697/3048818
c bio_b64.c
/* crypto/evp/bio_b64.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/355697/3049684
pod bio_s_fd.pod
=pod
=head1 NAME
BIO_s_fd, BIO_set_fd, BIO_get_fd, BIO_new_fd - file descriptor BIO
=head1 SYNOPSIS
#include
BIO_METHOD * BIO_s_fd(void);
#define BIO_set_fd(b,fd,c) BIO_int_ct
www.eeworm.com/read/355697/3049690
pod bio_s_accept.pod
=pod
=head1 NAME
BIO_s_accept, BIO_set_accept_port, BIO_get_accept_port,
BIO_set_nbio_accept, BIO_set_accept_bios, BIO_set_bind_mode,
BIO_get_bind_mode, BIO_do_accept - accept BIO
=head1 SYNOPSIS
www.eeworm.com/read/355697/3049691
pod bio_set_callback.pod
=pod
=head1 NAME
BIO_set_callback, BIO_get_callback, BIO_set_callback_arg, BIO_get_callback_arg,
BIO_debug_callback - BIO callback functions
=head1 SYNOPSIS
#include
#define BIO
www.eeworm.com/read/355697/3049701
pod bio_s_socket.pod
=pod
=head1 NAME
BIO_s_socket, BIO_new_socket - socket BIO
=head1 SYNOPSIS
#include
BIO_METHOD *BIO_s_socket(void);
long BIO_set_fd(BIO *b, int fd, long close_flag);
long BIO
www.eeworm.com/read/355697/3049707
pod bio_s_null.pod
=pod
=head1 NAME
BIO_s_null - null data sink
=head1 SYNOPSIS
#include
BIO_METHOD * BIO_s_null(void);
=head1 DESCRIPTION
BIO_s_null() returns the null sink BIO method. Data wri