Lines Matching refs:size
372 ssize_t size;
402 size = sendmsg(handle->io_watcher.fd, &h, 0);
403 } while (size == -1 && errno == EINTR);
405 if (size == -1) {
410 req->status = (size == -1 ? UV__ERR(errno) : size);
759 ssize_t size;
782 size = sendmsg(handle->io_watcher.fd, &h, 0);
783 } while (size == -1 && errno == EINTR);
785 if (size == -1) {
792 return size;
1124 socklen_t size) {
1132 size);
1138 size);
1189 * so hardcode the size of these options on this platform,
1218 * IP_MULTICAST_TTL, so hardcode the size of the option in the IPv6 case,
1243 * IP_MULTICAST_LOOP, so hardcode the size of the option in the IPv6 case,