Home
last modified time | relevance | path

Searched refs:BIO_CTRL_FLUSH (Results 1 – 15 of 15) sorted by relevance

/dragonfly/crypto/libressl/crypto/bio/
H A Dbss_null.c132 case BIO_CTRL_FLUSH: in null_ctrl()
H A Dbss_sock.c194 case BIO_CTRL_FLUSH: in sock_ctrl()
H A Dbss_fd.c206 case BIO_CTRL_FLUSH: in fd_ctrl()
H A Dbss_file.c279 case BIO_CTRL_FLUSH: in file_ctrl()
H A Dbss_mem.c313 case BIO_CTRL_FLUSH: in mem_ctrl()
H A Dbss_acpt.c405 case BIO_CTRL_FLUSH: in acpt_ctrl()
H A Dbf_buff.c409 case BIO_CTRL_FLUSH: in buffer_ctrl()
H A Dbss_conn.c515 case BIO_CTRL_FLUSH: in conn_ctrl()
H A Dbss_dgram.c380 case BIO_CTRL_FLUSH: in dgram_ctrl()
/dragonfly/crypto/libressl/tls/
H A Dtls_bio_cb.c88 case BIO_CTRL_FLUSH: in bio_cb_ctrl()
/dragonfly/crypto/libressl/crypto/evp/
H A Dbio_enc.c321 case BIO_CTRL_FLUSH: in enc_ctrl()
H A Dbio_b64.c504 case BIO_CTRL_FLUSH: in b64_ctrl()
/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h129 #define BIO_CTRL_FLUSH 11 /* opt - 'flush' buffered output */ macro
492 #define BIO_flush(b) (int)BIO_ctrl(b,BIO_CTRL_FLUSH,0,NULL)
/dragonfly/crypto/libressl/crypto/asn1/
H A Dbio_asn1.c400 case BIO_CTRL_FLUSH: in asn1_bio_ctrl()
/dragonfly/crypto/libressl/ssl/
H A Dbio_ssl.c376 case BIO_CTRL_FLUSH: in ssl_ctrl()