Lines Matching defs:ret
28 int ret;31 ret = BIO_read(next, out, outl);34 return ret;39 int ret;48 ret = BIO_write(next, copy, inl);51 ret = BIO_write(next, in, inl);55 return ret;60 long ret;68 ret = 0L;71 ret = BIO_ctrl(next, cmd, num, ptr);74 return ret;