Lines Matching full:sets
206 /* BIO_set_retry_read sets the |BIO_FLAGS_READ| and |BIO_FLAGS_SHOULD_RETRY|
210 /* BIO_set_retry_read sets the |BIO_FLAGS_WRITE| and |BIO_FLAGS_SHOULD_RETRY|
249 /* BIO_set_close sets the close flag for |bio|. The meaning of which depends on
255 /* BIO_set_callback sets a callback function that will be called before and
259 /* BIO_set_callback_arg sets the opaque pointer value that can be read within a
308 /* BIO_copy_next_retry sets the retry flags and |retry_reason| of |bio| from
342 /* BIO_read_asn1 reads a single ASN.1 object from |bio|. If successful it sets
386 /* BIO_mem_contents sets |*out_contents| to point to the current contents of
393 /* BIO_get_mem_data sets |*contents| to point to the current contents of |bio|
401 /* BIO_get_mem_ptr sets |*out| to a BUF_MEM containing the current contents of
405 /* BIO_set_mem_buf sets |b| as the contents of |bio|. If |take_ownership| is
410 /* BIO_set_mem_eof_return sets the value that will be returned from reading
432 * |BIO_seek| sets the file pointer to position |off| from start of file using
444 /* BIO_set_fd sets the file descriptor of |bio| to |fd|. If |close_flag| is
449 /* BIO_get_fd sets |*out_fd| to the file descriptor currently in use by |bio|.
463 * |BIO_seek| sets the file pointer to the given position from the start of
483 /* BIO_get_fp sets |*out_file| to the current |FILE| for |bio|. It returns one
487 /* BIO_set_fp sets the |FILE| for |bio|. If |close_flag| is |BIO_CLOSE| then
492 /* BIO_read_filename opens |filename| for reading and sets the result as the
497 /* BIO_write_filename opens |filename| for writing and sets the result as the
502 /* BIO_append_filename opens |filename| for appending and sets the result as
507 /* BIO_rw_filename opens |filename| for reading and writing and sets the result
521 /* BIO_set_read_buffer_size sets the size, in bytes, of the read buffer and
525 /* BIO_set_write_buffer_size sets the size, in bytes, of the write buffer and
555 /* BIO_set_conn_hostname sets |host_and_optional_port| as the hostname and
563 /* BIO_set_conn_port sets |port_str| as the port or service name that |bio|
567 /* BIO_set_nbio sets whether |bio| will use non-blocking I/O operations. It
597 /* BIO_new_bio_pair sets |*out1| and |*out2| to two freshly created BIOs where