Searched defs:BIO_free (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/bio/
H A Dbio_lib.c111 int BIO_free(BIO *a) function
125 fprintf(stderr,"BIO_free, bad reference count\n");
142 { BIO_free(a); }
516 BIO_free(b);
540 BIO_free(new_bio);
563 BIO_free(ret);
/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dbio.c109 int BIO_free(BIO *bio) { function
139 BIO_free(bio);
143 BIO_free(bio);
467 BIO_free(bio);

Completed in 88 milliseconds