Home | History | Annotate | Download | only in openssl

Lines Matching full:sets

204 /* BIO_set_retry_read sets the |BIO_FLAGS_READ| and |BIO_FLAGS_SHOULD_RETRY|
208 /* BIO_set_retry_write sets the |BIO_FLAGS_WRITE| and |BIO_FLAGS_SHOULD_RETRY|
247 /* BIO_set_close sets the close flag for |bio|. The meaning of which depends on
253 /* BIO_set_callback sets a callback function that will be called before and
257 /* BIO_set_callback_arg sets the opaque pointer value that can be read within a
306 /* BIO_copy_next_retry sets the retry flags and |retry_reason| of |bio| from
340 /* BIO_read_asn1 reads a single ASN.1 object from |bio|. If successful it sets
384 /* BIO_mem_contents sets |*out_contents| to point to the current contents of
391 /* BIO_get_mem_data sets |*contents| to point to the current contents of |bio|
399 /* BIO_get_mem_ptr sets |*out| to a BUF_MEM containing the current contents of
403 /* BIO_set_mem_buf sets |b| as the contents of |bio|. If |take_ownership| is
408 /* BIO_set_mem_eof_return sets the value that will be returned from reading
430 * |BIO_seek| sets the file pointer to position |off| from start of file using
442 /* BIO_set_fd sets the file descriptor of |bio| to |fd|. If |close_flag| is
449 * |out_fd| is not NULL, it also sets |*out_fd| to the file descriptor. */
462 * |BIO_seek| sets the file pointer to the given position from the start of
482 /* BIO_get_fp sets |*out_file| to the current |FILE| for |bio|. It returns one
486 /* BIO_set_fp sets the |FILE| for |bio|. If |close_flag| is |BIO_CLOSE| then
491 /* BIO_read_filename opens |filename| for reading and sets the result as the
496 /* BIO_write_filename opens |filename| for writing and sets the result as the
501 /* BIO_append_filename opens |filename| for appending and sets the result as
506 /* BIO_rw_filename opens |filename| for reading and writing and sets the result
520 /* BIO_set_read_buffer_size sets the size, in bytes, of the read buffer and
524 /* BIO_set_write_buffer_size sets the size, in bytes, of the write buffer and
554 /* BIO_set_conn_hostname sets |host_and_optional_port| as the hostname and
562 /* BIO_set_conn_port sets |port_str| as the port or service name that |bio|
566 /* BIO_set_nbio sets whether |bio| will use non-blocking I/O operations. It
596 /* BIO_new_bio_pair sets |*out1| and |*out2| to two freshly created BIOs where