Lines Matching full:sockets
435 sockets that time-out or have actions will be dealt with. Since this
573 singlesocket(multi, easy); /* to let the application know what sockets that
675 /* returns bitmapped flags for this handle and its sockets */
678 of sockets */
1156 /* Update sockets here, because the socket(s) may have been
1160 that new sockets have been opened in an attempt to contact
1955 * singlesocket() checks what sockets we deal with and their "action state"
1956 * and if we have a different state in any of those sockets from last time we
1973 /* Fill in the 'current' struct with the state as it is now: what sockets to
1977 /* We have 0 .. N sockets already and we get to know about the 0 .. M
1978 sockets we should have from now on. Detect the differences, remove no
1981 /* walk over the sockets we got right now */
2022 num = i; /* number of sockets */
2024 /* when we've walked over all the sockets we should have right now, we must
2025 make sure to detect sockets that are removed */
2028 s = data->sockets[i];
2102 memcpy(data->sockets, socks, num*sizeof(curl_socket_t));
2110 * sockets we were using is about to be closed. This function will then
2781 fprintf(stderr, "handle %p, state %s, %d sockets\n",
2785 curl_socket_t s = data->sockets[i];