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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_bio.c191 struct bio_bio_st *b, *peer_b; local
201 peer_b = b->peer->ptr;
202 assert(peer_b != NULL);
203 assert(peer_b->buf != NULL);
205 peer_b->request = 0; /* will be set in "retry_read" situation */
210 if (peer_b->len == 0)
212 if (peer_b->closed)
217 if (size <= peer_b->size)
218 peer_b->request = size;
222 peer_b
282 struct bio_bio_st *b, *peer_b; local
320 struct bio_bio_st *b, *peer_b; local
639 struct bio_bio_st *peer_b = b->peer->ptr; local
767 struct bio_bio_st *peer_b = peer_bio->ptr; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bio/
H A Dbss_bio.c191 struct bio_bio_st *b, *peer_b; local
201 peer_b = b->peer->ptr;
202 assert(peer_b != NULL);
203 assert(peer_b->buf != NULL);
205 peer_b->request = 0; /* will be set in "retry_read" situation */
210 if (peer_b->len == 0)
212 if (peer_b->closed)
217 if (size <= peer_b->size)
218 peer_b->request = size;
222 peer_b
282 struct bio_bio_st *b, *peer_b; local
320 struct bio_bio_st *b, *peer_b; local
639 struct bio_bio_st *peer_b = b->peer->ptr; local
767 struct bio_bio_st *peer_b = peer_bio->ptr; local
[all...]

Completed in 42 milliseconds