Searched refs:DEFAULT_LINEBUFFER_SIZE (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 Dbf_lbuf.c75 #define DEFAULT_LINEBUFFER_SIZE 1024*10 macro
111 ctx->obuf=(char *)OPENSSL_malloc(DEFAULT_LINEBUFFER_SIZE);
113 ctx->obuf_size=DEFAULT_LINEBUFFER_SIZE;
298 if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbf_lbuf.c75 #define DEFAULT_LINEBUFFER_SIZE 1024*10 macro
110 ctx->obuf = (char *)OPENSSL_malloc(DEFAULT_LINEBUFFER_SIZE);
115 ctx->obuf_size = DEFAULT_LINEBUFFER_SIZE;
298 if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbf_lbuf.c75 #define DEFAULT_LINEBUFFER_SIZE 1024*10 macro
110 ctx->obuf = (char *)OPENSSL_malloc(DEFAULT_LINEBUFFER_SIZE);
115 ctx->obuf_size = DEFAULT_LINEBUFFER_SIZE;
298 if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size)) {

Completed in 33 milliseconds