Searched refs:timeoutp (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Modules/ |
H A D | readline.c | 1333 struct timeval *timeoutp = NULL; in readline_until_enter_or_signal() local 1335 timeoutp = &timeout; in readline_until_enter_or_signal() 1346 NULL, NULL, timeoutp); in readline_until_enter_or_signal()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_client.c | 814 struct timeval timeout, *timeoutp; in s_client_main() local 2727 timeoutp = &timeout; in s_client_main() 2729 timeoutp = NULL; in s_client_main() 2823 NULL, timeoutp); in s_client_main() 2827 NULL, timeoutp); in s_client_main()
|
H A D | s_server.c | 2342 struct timeval *timeoutp; in sv_body() local 2560 timeoutp = &timeout; in sv_body() 2562 timeoutp = NULL; in sv_body() 2564 i = select(width, (void *)&readfds, NULL, NULL, timeoutp); in sv_body()
|
/third_party/openssl/apps/ |
H A D | s_client.c | 814 struct timeval timeout, *timeoutp; in s_client_main() local 2727 timeoutp = &timeout; in s_client_main() 2729 timeoutp = NULL; in s_client_main() 2823 NULL, timeoutp); in s_client_main() 2827 NULL, timeoutp); in s_client_main()
|
H A D | s_server.c | 2337 struct timeval *timeoutp; in sv_body() local 2555 timeoutp = &timeout; in sv_body() 2557 timeoutp = NULL; in sv_body() 2559 i = select(width, (void *)&readfds, NULL, NULL, timeoutp); in sv_body()
|
Completed in 19 milliseconds