Searched refs:timeoutp (Results 1 – 3 of 3) sorted by relevance
/openssl/util/ |
H A D | quicserver.c | 31 struct timeval timeout, *timeoutp = NULL; in wait_for_activity() local 56 timeoutp = &timeout; in wait_for_activity() 61 if (readfdsp == NULL && writefdsp == NULL && timeoutp == NULL) in wait_for_activity() 64 select(width, readfdsp, writefdsp, NULL, timeoutp); in wait_for_activity()
|
/openssl/apps/ |
H A D | s_client.c | 876 struct timeval timeout, *timeoutp; in s_client_main() local 2913 timeoutp = &timeout; in s_client_main() 2915 timeoutp = NULL; in s_client_main() 3052 NULL, timeoutp); in s_client_main() 3056 NULL, timeoutp); in s_client_main() 3065 if (timeoutp != NULL) { in s_client_main()
|
H A D | s_server.c | 2446 struct timeval *timeoutp; in sv_body() local 2664 timeoutp = &timeout; in sv_body() 2666 timeoutp = NULL; in sv_body() 2668 i = select(width, (void *)&readfds, NULL, NULL, timeoutp); in sv_body()
|
Completed in 37 milliseconds