Searched refs:iobuf (Results 1 – 1 of 1) sorted by relevance
576 char iobuf[4096]; in SMIME_text() local598 while ((len = BIO_read(in, iobuf, sizeof(iobuf))) > 0) in SMIME_text()599 BIO_write(out, iobuf, len); in SMIME_text()
Completed in 5 milliseconds