Home | History | Annotate | Download | only in apps

Lines Matching refs:tbuf

2411 	unsigned char tbuf[1024];
2421 len = BIO_read(in, tbuf, len);
2424 if (BIO_write(mem, tbuf, len) != len)