Lines Matching defs:ret
313 int ret = 0;
321 ret = BIO_read(next, out, outl);
322 if (ret > 0)
323 ascii2ebcdic(out, out, ret);
324 return ret;
331 int ret = 0;
356 ret = BIO_write(next, wbuf->buff, inl);
358 return ret;
363 long ret;
370 ret = 0L;
373 ret = BIO_ctrl(next, cmd, num, ptr);
376 return ret;
381 int i, ret = 0;
388 ret = ebcdic_read(bp, &buf[i], 1);
389 if (ret <= 0)
398 return (ret < 0 && i == 0) ? ret : i;
482 int ret = SSL_TLSEXT_ERR_NOACK;
548 ret = SSL_TLSEXT_ERR_OK;
552 ret = SSL_TLSEXT_ERR_ALERT_FATAL;
567 return ret;
581 int ret = SSL_TLSEXT_ERR_ALERT_FATAL;
599 ret = get_ocsp_resp_from_responder(s, srctx, &resp);
600 if (ret != SSL_TLSEXT_ERR_OK)
614 ret = SSL_TLSEXT_ERR_OK;
617 if (ret != SSL_TLSEXT_ERR_OK)
622 return ret;
1002 int nocert = 0, ret = 1;
1102 ret = 0;
2232 ret = 0;
2271 return ret;
2303 int argi, long argl, int ret, size_t *processed)
2319 ret = (int)bio_dump_callback(bio, cmd, argp, len, argi, argl, ret, processed);
2323 return ret;
2330 int ret = 1, width;
2357 ret = -1;
2370 ret = -1;
2376 ret = -1;
2407 ret = -1;
2414 ret = -1;
2443 ret = -1;
2601 ret = -11;
2610 * close_accept_socket(); ret= -11;
2708 ret = 1;
2714 ret = 1;
2749 ret = -1;
2753 ret = 0;
2756 ret = 1;
2800 ret = 1;
2805 ret = 1;
2819 return ret;
3036 int ret = 1;
3161 ret = 1;
3486 return ret;
3493 int ret = 1;
3609 ret = 1;
3619 ret = 1;
3644 return ret;