Searched refs:hugebuf (Results 1 – 1 of 1) sorted by relevance
901 char hugebuf[1024 * 2]; /* Was previously 10k, which is unreasonable in BIO_vprintf() local904 char *hugebufp = hugebuf; in BIO_vprintf()905 size_t hugebufsize = sizeof(hugebuf); in BIO_vprintf()919 ret = BIO_write(bio, hugebuf, (int)retlen); in BIO_vprintf()