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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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 73 milliseconds