Lines Matching full:fbio
1116 BIO *fbio = BIO_new(BIO_f_buffer());
1117 BIO_push(fbio, sbio);
1121 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
1125 BIO_printf(fbio,"EHLO openssl.client.net\r\n");
1126 (void)BIO_flush(fbio);
1130 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
1135 (void)BIO_flush(fbio);
1136 BIO_pop(fbio);
1137 BIO_free(fbio);
1154 BIO *fbio = BIO_new(BIO_f_buffer());
1155 BIO_push(fbio, sbio);
1156 BIO_gets(fbio,mbuf,BUFSIZZ);
1158 BIO_printf(fbio,". CAPABILITY\r\n");
1159 (void)BIO_flush(fbio);
1163 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
1168 (void)BIO_flush(fbio);
1169 BIO_pop(fbio);
1170 BIO_free(fbio);
1180 BIO *fbio = BIO_new(BIO_f_buffer());
1181 BIO_push(fbio, sbio);
1185 mbuf_len = BIO_gets(fbio,mbuf,BUFSIZZ);
1188 (void)BIO_flush(fbio);
1189 BIO_pop(fbio);
1190 BIO_free(fbio);