Home
last modified time | relevance | path

Searched refs:BIO_wait_read (Results 1 – 5 of 5) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dtcp.h60 #define BIO_wait_read(b, c) BIO_ctrl(b, BIO_C_WAIT_READ, c, NULL) macro
H A Dtransport.c593 if (BIO_wait_read(transport->frontBio, 100) < 0) in transport_read_layer()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/gateway/
H A Drdg.c2290 BIO_wait_read(rdg->tlsOut->bio, 50); in rdg_read_data_packet()
2323 BIO_wait_read(rdg->tlsOut->bio, 50); in rdg_read_data_packet()
2453 return BIO_wait_read(cbio, timeout); in rdg_bio_ctrl()
2470 status = BIO_wait_read(cbio, timeout); in rdg_bio_ctrl()
H A Dtsg.c2698 return BIO_wait_read(cbio, timeout); in transport_bio_tsg_ctrl()
2714 status = BIO_wait_read(cbio, timeout); in transport_bio_tsg_ctrl()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/crypto/
H A Dtls.c1091 status = BIO_wait_read(bio, 100); in tls_write_all()