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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Db_print.c801 char hugebuf[1024 * 2]; /* Was previously 10k, which is unreasonable local
804 char *hugebufp = hugebuf;
805 size_t hugebufsize = sizeof(hugebuf);
820 ret = BIO_write(bio, hugebuf, (int)retlen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Db_print.c801 char hugebuf[1024 * 2]; /* Was previously 10k, which is unreasonable local
804 char *hugebufp = hugebuf;
805 size_t hugebufsize = sizeof(hugebuf);
820 ret = BIO_write(bio, hugebuf, (int)retlen);

Completed in 71 milliseconds