Searched refs:tvp (Results 1 – 3 of 3) sorted by relevance
/openssl/demos/guide/ |
H A D | quic-client-non-block.c | 117 struct timeval *tvp = NULL; in wait_for_activity() local 140 tvp = &tv; in wait_for_activity() 162 select(width, &rfds, &wfds, NULL, tvp); in wait_for_activity()
|
H A D | quic-hq-interop.c | 216 struct timeval *tvp = NULL; in wait_for_activity() local 239 tvp = &tv; in wait_for_activity() 261 select(width, &rfds, &wfds, NULL, tvp); in wait_for_activity()
|
/openssl/doc/man7/ |
H A D | ossl-guide-quic-client-non-block.pod | 78 struct timeval *tvp = NULL; 101 tvp = &tv; 115 * the last parameter to "select" below. If the tvp value is greater 119 * tvp timeout has not then go and update the GUI and then restart the 123 select(width, &rfds, &wfds, NULL, tvp);
|
Completed in 14 milliseconds