代码搜索:Bio
找到约 2,188 项符合「Bio」的源代码
代码结果 2,188
www.eeworm.com/read/427042/1980045
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/427042/1980049
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/427042/1980059
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/427042/1980062
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/427042/1980113
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/427042/1980123
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/427042/1980125
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/427042/1980133
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/427042/1980227
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/422785/2031553
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).