Lines Matching refs:rc
141 int rc, l; local
145 rc = SSL_get_error(conn->ssl, l);
146 switch (rc) {
170 int rc, l; local
174 rc = SSL_get_error(conn->ssl, l);
175 switch (rc) {
355 int rc, fd = -1, res = 1; local
383 rc = getaddrinfo(argv[1], argv[2], &hints, &result);
384 if (rc < 0) {
401 rc = connect(fd, result->ai_addr, result->ai_addrlen);
402 if (rc < 0) {
407 rc = fcntl(fd, F_SETFL, O_NONBLOCK);
408 if (rc < 0) {