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

/external/openssl/crypto/bio/
H A Db_print.c785 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 47 milliseconds