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

  /external/libevent/
openssl-compat.h 24 #define BIO_set_init(b, val) (b)->init = (val)
  /external/boringssl/src/crypto/bio/
bio.c 625 void BIO_set_init(BIO *bio, int init) { bio->init = init; }

Completed in 434 milliseconds