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

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_bio.c190 struct bio_bio_st *b, *peer_b; local
200 peer_b = b->peer->ptr;
201 assert(peer_b != NULL);
202 assert(peer_b->buf != NULL);
204 peer_b->request = 0; /* will be set in "retry_read" situation */
209 if (peer_b->len == 0) {
210 if (peer_b->closed)
214 if (size <= peer_b->size)
215 peer_b->request = size;
220 peer_b
279 struct bio_bio_st *b, *peer_b; local
316 struct bio_bio_st *b, *peer_b; local
625 struct bio_bio_st *peer_b = b->peer->ptr; local
663 struct bio_bio_st *peer_b = b->peer->ptr; local
741 struct bio_bio_st *peer_b = peer_bio->ptr; local
[all...]

Completed in 84 milliseconds