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

/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_bio.c186 struct bio_bio_st *b, *peer_b; local
196 peer_b = b->peer->ptr;
197 assert(peer_b != NULL);
198 assert(peer_b->buf != NULL);
200 peer_b->request = 0; /* will be set in "retry_read" situation */
205 if (peer_b->len == 0) {
206 if (peer_b->closed)
210 if (size <= peer_b->size)
211 peer_b->request = size;
216 peer_b
275 struct bio_bio_st *b, *peer_b; local
312 struct bio_bio_st *b, *peer_b; local
621 struct bio_bio_st *peer_b = b->peer->ptr; local
738 struct bio_bio_st *peer_b = peer_bio->ptr; local
[all...]

Completed in 32 milliseconds