Lines Matching refs:SOCKERRNO
164 while((sent = sendmsg(qctx->sockfd, &msg, 0)) == -1 && SOCKERRNO == EINTR)
168 switch(SOCKERRNO) {
181 SOCKERRNO);
187 failf(data, "sendmsg() returned %zd (errno %d)", sent, SOCKERRNO);
202 SOCKERRNO == EINTR)
206 if(SOCKERRNO == EAGAIN || SOCKERRNO == EWOULDBLOCK) {
210 failf(data, "send() returned %zd (errno %d)", sent, SOCKERRNO);
211 if(SOCKERRNO != EMSGSIZE) {
365 SOCKERRNO == EINTR)
368 if(SOCKERRNO == EAGAIN || SOCKERRNO == EWOULDBLOCK) {
372 if(!cf->connected && SOCKERRNO == ECONNREFUSED) {
382 Curl_strerror(SOCKERRNO, errstr, sizeof(errstr));
384 mcount, SOCKERRNO, errstr);
436 SOCKERRNO == EINTR)
439 if(SOCKERRNO == EAGAIN || SOCKERRNO == EWOULDBLOCK) {
442 if(!cf->connected && SOCKERRNO == ECONNREFUSED) {
452 Curl_strerror(SOCKERRNO, errstr, sizeof(errstr));
454 nread, SOCKERRNO, errstr);
495 SOCKERRNO == EINTR)
498 if(SOCKERRNO == EAGAIN || SOCKERRNO == EWOULDBLOCK) {
502 if(!cf->connected && SOCKERRNO == ECONNREFUSED) {
512 Curl_strerror(SOCKERRNO, errstr, sizeof(errstr));
514 nread, SOCKERRNO, errstr);