HomeSort by: relevance | last modified time | path
    Searched refs:p_timeout (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/radix/
quic_tests.c 87 const struct timeval z_timeout = { 0 }, *p_timeout = &z_timeout; local
130 p_timeout = &timeout;
147 p_timeout, 0, &result_count)))
252 const struct timeval z_timeout = { 0 }, *p_timeout = &z_timeout; local
264 p_timeout, 0, &result_count)))
  /src/crypto/external/apache2/openssl/dist/ssl/rio/
poll_builder.c 144 struct timeval timeout, *p_timeout = &timeout; local
152 p_timeout = NULL;
161 rc = select(rpb->hwm_fd + 1, &rpb->rfd, &rpb->wfd, &rpb->efd, p_timeout);

Completed in 22 milliseconds