Searched refs:bio_chain (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_acpt.c91 BIO *bio_chain; member in struct:bio_accept_st
164 if (a->bio_chain != NULL)
165 BIO_free(a->bio_chain);
265 * If the accept BIO has an bio_chain, we dup it and put the new
268 if (c->bio_chain != NULL) {
269 if ((dbio = BIO_dup_chain(c->bio_chain)) == NULL)
369 if (data->bio_chain != NULL)
370 BIO_free(data->bio_chain);
371 data->bio_chain = (BIO *)ptr;

Completed in 50 milliseconds