Home
last modified time | relevance | path

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

/openssl/demos/guide/
H A Dquic-client-non-block.c117 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 Dquic-hq-interop.c228 struct timeval *tvp = NULL; in wait_for_activity() local
251 tvp = &tv; in wait_for_activity()
273 select(width, &rfds, &wfds, NULL, tvp); in wait_for_activity()
/openssl/doc/man7/
H A Dossl-guide-quic-client-non-block.pod78 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 9 milliseconds