Lines Matching refs:ret
430 int argi, long argl, int ret, size_t *processed)
436 return ret;
439 if (ret > 0 && processed != NULL) {
445 (void *)bio, (void *)argp, len, ret);
448 if (ret > 0 && processed != NULL) {
454 (void *)bio, (void *)argp, len, ret);
457 return ret;
460 void apps_ssl_info_callback(const SSL *s, int where, int ret)
480 SSL_alert_type_string_long(ret),
481 SSL_alert_desc_string_long(ret));
483 if (ret == 0)
486 else if (ret < 0)
1279 int i, ret = 1;
1284 ret = 0;
1286 return ret;