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

  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_bio.c 658 struct bio_bio_st *other_b; local
661 other_b = other_bio->ptr;
662 assert(other_b != NULL);
664 assert(other_b->buf == NULL); /* other_bio is always fresh */
666 other_b->size = b->size;
682 struct bio_bio_st *other_b = other_bio->ptr; local
684 assert(other_b != NULL);
685 ret = other_b->len == 0 && other_b->closed;
  /external/openssl/crypto/bio/
bss_bio.c 658 struct bio_bio_st *other_b; local
661 other_b = other_bio->ptr;
662 assert(other_b != NULL);
664 assert(other_b->buf == NULL); /* other_bio is always fresh */
666 other_b->size = b->size;
682 struct bio_bio_st *other_b = other_bio->ptr; local
684 assert(other_b != NULL);
685 ret = other_b->len == 0 && other_b->closed;
  /external/valgrind/main/coregrind/
m_mallocfree.c 1760 Block* other_b; local
    [all...]

Completed in 130 milliseconds