Home | History | Annotate | Download | only in windows

Lines Matching defs:rc

259 	int rc = 0;
267 rc = -1;
269 return rc;
421 int rc = 0;
454 rc = -1;
457 return rc;
742 int rc;
769 rc = select(nfds, &readfds, &writefds, &exceptfds, to);
771 if (rc != SOCKET_ERROR) {
788 return rc;