Home
last modified time | relevance | path

Searched refs:bwrite (Results 1 – 3 of 3) sorted by relevance

/external/openssl/crypto/bio/
Dbio_lib.c231 if ((b->method == NULL) || (b->method->bwrite == NULL)) in BIO_write()
247 i=b->method->bwrite(b,in,inl); in BIO_write()
Dbio.h300 int (*bwrite)(BIO *, const char *, int); member
/external/openssl/include/openssl/
Dbio.h300 int (*bwrite)(BIO *, const char *, int); member