Searched defs:BIO_write (Results 1 – 3 of 3) sorted by relevance
355 int BIO_write(BIO *b, const void *data, int dlen) in BIO_write() function
162 int BIO_write(BIO *bio, const void *in, int inl) { in BIO_write() function
859 #define BIO_write BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_write) macro