Home
last modified time | relevance | path

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

/external/openssl/crypto/bio/
Dbss_null.c124 case BIO_CTRL_FLUSH: in null_ctrl()
Dbss_sock.c198 case BIO_CTRL_FLUSH: in sock_ctrl()
Dbss_fd.c219 case BIO_CTRL_FLUSH: in fd_ctrl()
Dbss_mem.c262 case BIO_CTRL_FLUSH: in mem_ctrl()
Dbss_acpt.c430 case BIO_CTRL_FLUSH: in acpt_ctrl()
Dbf_lbuf.c323 case BIO_CTRL_FLUSH: in linebuffer_ctrl()
Dbio.h133 #define BIO_CTRL_FLUSH 11 /* opt - 'flush' buffered output */ macro
576 #define BIO_flush(b) (int)BIO_ctrl(b,BIO_CTRL_FLUSH,0,NULL)
Dbss_file.c422 case BIO_CTRL_FLUSH: in file_ctrl()
Dbf_buff.c391 case BIO_CTRL_FLUSH: in buffer_ctrl()
Dbss_conn.c567 case BIO_CTRL_FLUSH: in conn_ctrl()
Dbss_bio.c672 case BIO_CTRL_FLUSH: in bio_ctrl()
Dbss_dgram.c503 case BIO_CTRL_FLUSH: in dgram_ctrl()
/external/openssl/crypto/evp/
Dbio_enc.c321 case BIO_CTRL_FLUSH: in enc_ctrl()
Dbio_ok.c398 case BIO_CTRL_FLUSH: in ok_ctrl()
Dbio_b64.c528 case BIO_CTRL_FLUSH: in b64_ctrl()
/external/openssl/include/openssl/
Dbio.h133 #define BIO_CTRL_FLUSH 11 /* opt - 'flush' buffered output */ macro
576 #define BIO_flush(b) (int)BIO_ctrl(b,BIO_CTRL_FLUSH,0,NULL)
/external/openssl/crypto/asn1/
Dbio_asn1.c414 case BIO_CTRL_FLUSH: in asn1_bio_ctrl()
/external/openssl/crypto/pkcs7/
Dbio_ber.c362 case BIO_CTRL_FLUSH: in ber_ctrl()
/external/chromium/third_party/libjingle/source/talk/base/
Dopensslstreamadapter.cc152 case BIO_CTRL_FLUSH: in stream_ctrl()
Dopenssladapter.cc142 case BIO_CTRL_FLUSH: in socket_ctrl()
/external/openssl/ssl/
Dbio_ssl.c392 case BIO_CTRL_FLUSH: in ssl_ctrl()
/external/openssl/crypto/comp/
Dc_zlib.c730 case BIO_CTRL_FLUSH: in bio_zlib_ctrl()