Home
last modified time | relevance | path

Searched refs:wait_until_sock_readable (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/test/helpers/
H A Dssltestlib.h35 int wait_until_sock_readable(int sock);
H A Dssltestlib.c1028 int wait_until_sock_readable(int sock) in wait_until_sock_readable() function
1180 int wait_until_sock_readable(int sock) in wait_until_sock_readable() function
/freebsd/crypto/openssl/test/
H A Dquicapitest.c103 if (!TEST_true(wait_until_sock_readable(ssock))) in test_quic_write_read()