Searched refs:iobuf (Results 1 – 1 of 1) sorted by relevance
613 char iobuf[4096]; in SMIME_text() local635 while ((len = BIO_read(in, iobuf, sizeof(iobuf))) > 0) in SMIME_text()636 if (BIO_write(out, iobuf, len) != len && out != NULL) in SMIME_text()
Completed in 5 milliseconds