Searched refs:bread (Results 1 - 6 of 6) sorted by relevance

/external/openssl/crypto/pkcs7/
H A Dpk7_smime.c562 BIO *tmpbuf, *bread; local
569 if(!(bread = BIO_push(tmpbuf, tmpmem))) {
575 ret = SMIME_text(bread, data);
576 BIO_free_all(bread);
/external/openssl/crypto/bio/
H A Dbio_lib.c195 if ((b == NULL) || (b->method == NULL) || (b->method->bread == NULL))
212 i=b->method->bread(b,out,outl);
H A Dbio.h274 int (*bread)(BIO *, char *, int); member in struct:bio_method_st
/external/bluetooth/bluez/input/
H A Ddevice.c273 ssize_t bread = 0, bwritten; local
288 bread = read(fd, buf, sizeof(buf) - 1);
289 if (bread < 0) {
/external/bluetooth/bluez/audio/
H A Dgstavdtpsink.c458 ssize_t bread = read(fd, data->buffer, data->link_mtu); local
459 if (bread <= 0)
/external/openssl/include/openssl/
H A Dbio.h274 int (*bread)(BIO *, char *, int); member in struct:bio_method_st

Completed in 257 milliseconds