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

/external/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...]
/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dpair.c100 struct bio_bio_st *peer_b; local
111 peer_b = peer_bio->ptr;
113 assert(peer_b != NULL);
114 assert(peer_b->peer == bio);
116 peer_b->peer = NULL;
118 assert(peer_b->buf != NULL);
119 peer_b->len = 0;
120 peer_b->offset = 0;
155 struct bio_bio_st *b, *peer_b; local
166 peer_b
441 struct bio_bio_st *peer_b = b->peer->ptr; local
[all...]

Completed in 678 milliseconds