*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages              
Title
Content
Arch
Section
 
 BIO_new(3) -- BIO allocation and freeing functions
    The BIO_new() function returns a new BIO using method type. The BIO_set() function sets the method of an already existing BIO. The BIO_free() function frees up a single BIO. The BIO_vfree()function al...
 BIO_new_bio_pair(3) -- Create a new BIO pair
    The BIO_new_bio_pair() function creates a buffering BIO pair. It has two endpoints between data can be buffered. Its typical use is to connect one endpoint as underlying input/output BIO to an SSL and...
 BIO_new_buffer_ssl_connect(3) -- SSL BIO
    The BIO_f_ssl() function returns the SSL BIO method. This is a filter BIO which is a wrapper round the OpenSSL SSL routines adding a BIO "flavor" to SSL I/O. I/O performed on an SSL BIO communicates...
 BIO_new_fd(3) -- File descriptor BIO
    The BIO_s_fd() function returns the file descriptor BIO method. This is a wrapper around the platform's file descriptor routines, such as read() and write(). The BIO_read() and BIO_write() functions ...
 BIO_new_file(3) -- FILE bio
    The BIO_s_file() function returns the BIO file method. As its name implies it is a wrapper round the stdio FILE structure and it is a source/sink BIO. Calls to BIO_read() and BIO_write() read and writ...
 BIO_new_fp(3) -- FILE bio
    The BIO_s_file() function returns the BIO file method. As its name implies it is a wrapper round the stdio FILE structure and it is a source/sink BIO. Calls to BIO_read() and BIO_write() read and writ...
 BIO_new_mem_buf(3) -- Memory BIO
    BIO_s_mem() return the memory BIO method function. A memory BIO is a source/sink BIO which uses memory for its I/O. Data written to a memory BIO is stored in a BUF_MEM structure which is extended as a...
 BIO_new_socket(3) -- Socket BIO
    The BIO_s_socket() function returns the socket BIO method. This is a wrapper around the platform's socket routines. BIO_read() and BIO_write() read or write the underlying socket. BIO_puts() is suppo...
 BIO_new_ssl(3) -- SSL BIO
    The BIO_f_ssl() function returns the SSL BIO method. This is a filter BIO which is a wrapper round the OpenSSL SSL routines adding a BIO "flavor" to SSL I/O. I/O performed on an SSL BIO communicates...
 BIO_new_ssl_connect(3) -- SSL BIO
    The BIO_f_ssl() function returns the SSL BIO method. This is a filter BIO which is a wrapper round the OpenSSL SSL routines adding a BIO "flavor" to SSL I/O. I/O performed on an SSL BIO communicates...
 BIO_next(3) -- BIO chain traversal
    The BIO_find_type() function searches for a BIO of a given type in a chain, starting at BIO b. If type is a specific type, such as BIO_TYPE_MEM, then a search is made for a BIO of that type. If type i...
 BIO_pending(3) -- BIO control operations
    The BIO_ctrl(), BIO_callback_ctrl(), BIO_ptr_ctrl(), and BIO_int_ctrl() functions are BIO control operations taking arguments of various types. These functions are not usually called directly; various...
 BIO_pop(3) -- Add and remove BIOs from a chain.
    The BIO_push() function appends the BIO append to b. It returns b. The BIO_pop() function removes the BIO b from a chain and returns the next BIO in the chain. The return is NULL if there are no more ...
 BIO_ptr_ctrl(3) -- BIO control operations
    The BIO_ctrl(), BIO_callback_ctrl(), BIO_ptr_ctrl(), and BIO_int_ctrl() functions are BIO control operations taking arguments of various types. These functions are not usually called directly; various...
 BIO_push(3) -- Add and remove BIOs from a chain.
    The BIO_push() function appends the BIO append to b. It returns b. The BIO_pop() function removes the BIO b from a chain and returns the next BIO in the chain. The return is NULL if there are no more ...
<<  [Prev]  51  52  53  54  55  56  57  58  59  60  61  62  63  64  65  66  67  68  69  70  71  
72  73  74  75  76  77  78  79  80  81  82  83  84  85  86  87  88  89  90  91  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service