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

/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Db_print.c804 char hugebuf[1024 * 2]; /* Was previously 10k, which is unreasonable local
807 char *hugebufp = hugebuf;
808 size_t hugebufsize = sizeof(hugebuf);
823 ret = BIO_write(bio, hugebuf, (int)retlen);

Completed in 53 milliseconds