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

  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
b_print.c 785 char hugebuf[1024*2]; /* Was previously 10k, which is unreasonable local
788 char *hugebufp = hugebuf;
789 size_t hugebufsize = sizeof(hugebuf);
804 ret=BIO_write(bio, hugebuf, (int)retlen);
  /external/openssl/crypto/bio/
b_print.c 785 char hugebuf[1024*2]; /* Was previously 10k, which is unreasonable local
788 char *hugebufp = hugebuf;
789 size_t hugebufsize = sizeof(hugebuf);
804 ret=BIO_write(bio, hugebuf, (int)retlen);

Completed in 34 milliseconds