Symbol: BIO_pop
crypto/openssl/apps/lib/apps.c
2547
cbio = BIO_pop(bio); /* connect+HTTP BIO */
crypto/openssl/apps/lib/http_server.c
296
*pcbio = cbio = BIO_pop(acbio);
crypto/openssl/apps/lib/log.c
55
(void)BIO_pop(pre);
crypto/openssl/apps/s_client.c
2479
BIO_pop(fbio);
crypto/openssl/apps/s_client.c
2517
BIO_pop(fbio);
crypto/openssl/apps/s_client.c
2539
BIO_pop(fbio);
crypto/openssl/apps/s_client.c
2665
BIO_pop(fbio);
crypto/openssl/apps/s_client.c
2789
BIO_pop(fbio);
crypto/openssl/apps/s_client.c
2830
BIO_pop(fbio);
crypto/openssl/crypto/asn1/asn1_parse.c
80
BIO_pop(bp);
crypto/openssl/crypto/asn1/asn_mime.c
121
BIO_pop(out);
crypto/openssl/crypto/asn1/asn_mime.c
153
BIO_pop(bio);
crypto/openssl/crypto/asn1/asn_mime.c
396
tmpbio = BIO_pop(sarg.ndef_bio);
crypto/openssl/crypto/asn1/asn_mime.c
574
BIO_pop(out);
crypto/openssl/crypto/asn1/asn_mime.c
89
tbio = BIO_pop(bio);
crypto/openssl/crypto/asn1/bio_ndef.c
123
(void)BIO_pop(pop_bio);
crypto/openssl/crypto/cms/cms_smime.c
95
tbio = BIO_pop(f);
crypto/openssl/crypto/encode_decode/decoder_lib.c
115
BIO_pop(new_bio);
crypto/openssl/crypto/evp/p_lib.c
1165
BIO *next = BIO_pop(*out);
crypto/openssl/crypto/http/http_client.c
1582
BIO_pop(fbio);
crypto/openssl/crypto/pem/pem_pkey.c
257
BIO_pop(new_bio);
crypto/openssl/crypto/pkcs7/pk7_smime.c
356
BIO_pop(p7bio);
crypto/openssl/demos/bio/saccept.c
111
tmp = BIO_pop(in);
crypto/openssl/demos/bio/server-arg.c
130
tmp = BIO_pop(in);
crypto/openssl/demos/bio/server-cmod.c
77
tmp = BIO_pop(in);
crypto/openssl/demos/bio/server-conf.c
122
tmp = BIO_pop(in);
crypto/openssl/demos/guide/tls-server-block.c
246
client_bio = BIO_pop(acceptor_bio);
crypto/openssl/engines/e_loader_attic.c
1667
(void)BIO_pop(ctx->_.file.file);
crypto/openssl/include/openssl/bio.h
763
BIO *BIO_pop(BIO *b);
crypto/openssl/ssl/ssl_lib.c
1579
sc->wbio = BIO_pop(sc->wbio);
crypto/openssl/ssl/ssl_lib.c
5357
s->wbio = BIO_pop(s->wbio);
crypto/openssl/test/bio_tfo_test.c
111
sbio = BIO_pop(abio);
crypto/openssl/test/bio_tfo_test.c
151
sbio = BIO_pop(abio);
crypto/openssl/test/bio_tfo_test.c
175
if (!TEST_ptr(sbio = BIO_pop(abio))
crypto/openssl/test/ssl_old_test.c
1971
server = BIO_pop(acpt);
crypto/openssl/test/sslapitest.c
3107
BIO_pop(sslbio);
crypto/openssl/test/sslapitest.c
3109
BIO_pop(membio1);