Lines Matching defs:fbio
1164 BIO *fbio = BIO_new(BIO_f_buffer());
1165 BIO_push(fbio, sbio);
1168 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ);
1172 BIO_printf(fbio, "%cHLO openssl.client.net\r\n",
1174 (void) BIO_flush(fbio);
1177 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ);
1182 (void) BIO_flush(fbio);
1183 BIO_pop(fbio);
1184 BIO_free(fbio);
1201 BIO *fbio = BIO_new(BIO_f_buffer());
1202 BIO_push(fbio, sbio);
1203 BIO_gets(fbio, mbuf, BUFSIZZ);
1205 BIO_printf(fbio, ". CAPABILITY\r\n");
1206 (void) BIO_flush(fbio);
1209 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ);
1214 (void) BIO_flush(fbio);
1215 BIO_pop(fbio);
1216 BIO_free(fbio);
1224 BIO *fbio = BIO_new(BIO_f_buffer());
1225 BIO_push(fbio, sbio);
1228 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ);
1231 (void) BIO_flush(fbio);
1232 BIO_pop(fbio);
1233 BIO_free(fbio);