MCPcopy Create free account
hub / github.com/curl/curl / Curl_socket_check

Function Curl_socket_check

lib/select.c:120–188  ·  view source on GitHub ↗

* Wait for read or write events on a set of file descriptors. It uses poll() * when poll() is available, in order to avoid limits with FD_SETSIZE, * otherwise select() is used. An error is returned if select() is being used * and a file descriptor is too large for FD_SETSIZE. * * A negative timeout value makes this function wait indefinitely, unless no * valid file descriptor is given, when

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

Curl_pp_statemachFunction · 0.85
getftpresponseFunction · 0.85
ssh_block_statemachFunction · 0.85

Calls 2

curlx_wait_msFunction · 0.85
Curl_pollFunction · 0.85

Tested by

no test coverage detected