HomeSort by relevance Sort by last modified time
    Searched refs:bwrite (Results 1 - 4 of 4) sorted by null

  /system/core/toolbox/
dd.c 83 ssize_t bwrite(int, const void *, size_t);
502 nw = bwrite(out.fd, outp, cnt);
566 bwrite(int fd, const void *buf, size_t len) function
712 if ((n = bwrite(out.fd, out.db, out.dbsz)) != out.dbsz) {
  /external/openssl/crypto/bio/
bio_lib.c 231 if ((b->method == NULL) || (b->method->bwrite == NULL))
247 i=b->method->bwrite(b,in,inl);
bio.h 300 int (*bwrite)(BIO *, const char *, int); member in struct:bio_method_st
    [all...]
  /external/openssl/include/openssl/
bio.h 300 int (*bwrite)(BIO *, const char *, int); member in struct:bio_method_st
    [all...]

Completed in 179 milliseconds