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

  /external/libvorbis/examples/
seeking_example.c 33 long bread; local
59 bread=ov_read(ov,buffer,4096,1,1,1,&dummy);
60 for(j=0;j<bread;j++){
66 for(j=0;j<bread;j++)fprintf(f,"%d\n",(int)buffer[j]);
69 for(j=0;j<bread;j++)fprintf(f,"%d\n",(int)bigassbuffer[j+pos*2]);
  /external/openssl/crypto/pkcs7/
pk7_smime.c 562 BIO *tmpbuf, *bread; local
569 if(!(bread = BIO_push(tmpbuf, tmpmem))) {
575 ret = SMIME_text(bread, data);
581 BIO_free_all(bread);
  /external/openssl/crypto/bio/
bio_lib.c 195 if ((b == NULL) || (b->method == NULL) || (b->method->bread == NULL))
212 i=b->method->bread(b,out,outl);
bio.h 301 int (*bread)(BIO *, char *, int); member in struct:bio_method_st
    [all...]
  /external/openssl/include/openssl/
bio.h 301 int (*bread)(BIO *, char *, int); member in struct:bio_method_st
    [all...]

Completed in 49 milliseconds