Lines Matching defs:ret
72 int ret = 0;
82 ret = BIO_read(next, out, outl);
83 if (ret <= 0 && BIO_should_read(next))
86 return ret;
91 int ret = 0;
206 ret = BIO_write(next, in, inl);
207 if (ret <= 0 && BIO_should_write(next))
210 return ret;
215 long ret;
223 ret = 0;
226 ret = BIO_ctrl(next, cmd, num, ptr);
229 return ret;
247 int ret = 0;
480 ret = 1;
488 return ret;