HomeSort by relevance Sort by last modified time
    Searched refs:peer_b (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/bio/
pair.c 105 struct bio_bio_st *peer_b; local
116 peer_b = peer_bio->ptr;
118 assert(peer_b != NULL);
119 assert(peer_b->peer == bio);
121 peer_b->peer = NULL;
123 assert(peer_b->buf != NULL);
124 peer_b->len = 0;
125 peer_b->offset = 0;
157 static size_t bio_zero_copy_get_read_buf(struct bio_bio_st* peer_b,
161 if (peer_b->len > peer_b->size - peer_b->offset)
177 struct bio_bio_st* peer_b; local
222 struct bio_bio_st* peer_b; local
307 struct bio_bio_st* peer_b; local
356 struct bio_bio_st* peer_b; local
408 struct bio_bio_st *b, *peer_b; local
699 struct bio_bio_st *peer_b = b->peer->ptr; local
    [all...]
  /external/autotest/client/site_tests/p2p_ConsumeFiles/
p2p_ConsumeFiles.py 123 peer_b = host.SimpleHost(self._sim, '94:EB:2C:00:00:62',
131 zero_b = zeroconf.ZeroconfDaemon(peer_b, 'host-b')

Completed in 307 milliseconds