|
BIO_s_bio(3) -- BIO pair BIO
|
The BIO_s_bio() function returns the method for a BIO pair. A BIO pair is a pair of source/sink BIOs where data written to either half of the pair is buffered and can be read from the other half. Both... |
BIO_s_connect(3) -- Connect BIO
|
The BIO_s_connect() function returns the connect BIO method. This is a wrapper round the platform's TCP/IP socket connection routines. Using connect BIOs TCP/IP connections can be made and data trans... |
|
BIO_s_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_s_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_s_mem(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_s_null(3) -- Null data sink
|
BIO_s_null() returns the null sink BIO method. Data written to the null sink is discarded; reads return EOF. |
BIO_s_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_tell(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_vfree(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_wpending(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_write(3) -- BIO I/O functions
|
The BIO_read() function attempts to read len bytes from BIO b and places the data in buf. The BIO_gets() function performs the BIOs gets operation and places the data in buf. Usually this operation wi... |
BIO_write_filename(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... |
bkgd(3) -- Routines for manipulating the background in a Curses window
|
The bkgdset and wbkgdset routines manipulate the background of the named window. Background is defined as chtype and consists of any combination of attributes and a character. The attribute part of th... |
bkgdset(3) -- Routines for manipulating the background in a Curses window
|
The bkgdset and wbkgdset routines manipulate the background of the named window. Background is defined as chtype and consists of any combination of attributes and a character. The attribute part of th... |
bkgrnd(3) -- Set or get background character and rendition by using a complex character
|
By using the information in wch, the bkgrndset and wbkgrndset functions set the background rendition and manipulate the window rendition of the current or specified window. These functions turn off th... |