代码搜索:Bio

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

代码结果 2,188
www.eeworm.com/read/126641/6015440

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/126641/6015441

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/126641/6015464

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/126641/6015465

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/101042/6258972

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/101042/6258990

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/448330/7534804

cpp filec.cpp

#include"fileC.h" #define BUFFMAXSIZE 64 int fileC(char *datafilename,char *md5filename,int mode) { BIO *df,*kf; int len,i; unsigned char data[BUFFMAXSIZE],md5_result[16],tmp[16];
www.eeworm.com/read/126641/6015046

c verify.c

/* crypto/pkcs7/verify.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/101042/6258571

c verify.c

/* crypto/pkcs7/verify.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/315319/13546041

c block-io.c

/* * Target device block I/O. * * Based on file I/O driver from FUJITA Tomonori * (C) 2004 - 2005 FUJITA Tomonori * (C) 2006 Andre Brinkmann * (C