代码搜索:Bio

找到约 2,188 项符合「Bio」的源代码

代码结果 2,188
www.eeworm.com/read/203830/5038619

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); #define BIO_set_fd(b,fd,c) BIO_int_ctrl(b,BIO_C_SET_FD,c,f
www.eeworm.com/read/203830/5038624

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
www.eeworm.com/read/203830/5038627

pod bio_f_ssl.pod

=pod =head1 NAME BIO_f_ssl, BIO_set_ssl, BIO_get_ssl, BIO_set_ssl_mode, BIO_set_ssl_renegotiate_bytes, BIO_get_num_renegotiates, BIO_set_ssl_renegotiate_timeout, BIO_new_ssl, BIO_new_ssl_connect, BI
www.eeworm.com/read/203830/5038631

pod bio_s_connect.pod

=pod =head1 NAME BIO_s_connect, BIO_set_conn_hostname, BIO_set_conn_port, BIO_set_conn_ip, BIO_set_conn_int_port, BIO_get_conn_hostname, BIO_get_conn_port, BIO_get_conn_ip, BIO_get_conn_int_port, BI
www.eeworm.com/read/203830/5038632

pod bio_should_retry.pod

=pod =head1 NAME BIO_should_retry, BIO_should_read, BIO_should_write, BIO_should_io_special, BIO_retry_type, BIO_should_retry, BIO_get_retry_BIO, BIO_get_retry_reason - BIO retry functions =head1 S
www.eeworm.com/read/203830/5038635

pod bio_f_cipher.pod

=pod =head1 NAME BIO_f_cipher, BIO_set_cipher, BIO_get_cipher_status, BIO_get_cipher_ctx - cipher BIO filter =head1 SYNOPSIS #include #include BIO_METHOD * BIO_
www.eeworm.com/read/203830/5038644

pod bio_s_mem.pod

=pod =head1 NAME BIO_s_mem, BIO_set_mem_eof_return, BIO_get_mem_data, BIO_set_mem_buf, BIO_get_mem_ptr, BIO_new_mem_buf - memory BIO =head1 SYNOPSIS #include BIO_METHOD * BIO_s_
www.eeworm.com/read/203830/5038646

pod bio_find_type.pod

=pod =head1 NAME BIO_find_type, BIO_next - BIO chain traversal =head1 SYNOPSIS #include BIO * BIO_find_type(BIO *b,int bio_type); BIO * BIO_next(BIO *b); #define BIO_method_t
www.eeworm.com/read/203830/5038681

pod bio_s_file.pod

=pod =head1 NAME BIO_s_file, BIO_new_file, BIO_new_fp, BIO_set_fp, BIO_get_fp, BIO_read_filename, BIO_write_filename, BIO_append_filename, BIO_rw_filename - FILE bio =head1 SYNOPSIS #include
www.eeworm.com/read/203830/5038688

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