Lines Matching refs:socket
35 When the application has detected action on a socket handled by libcurl, it
37 set to the socket with the action. When the events on a socket are known, they
41 CURL_CSELECT_ERR. When the events on a socket are unknown, pass 0 instead, and
49 socket and the counter decreases by one, it DOES NOT necessarily mean that
50 this exact socket/transfer is the one that completed. Use
54 updates in the socket (file descriptor) status by doing none, one, or multiple
55 calls to the socket callback function set with the
62 information on how long to wait for socket actions at most before doing the
78 2. Set the socket callback with CURLMOPT_SOCKETFUNCTION(3)
81 know what timeout value to use when waiting for socket activities.
96 socket(s) that got action. If no activity is detected and the timeout expires,
106 /* the event-library gets told when there activity on the socket 'fd',