Searched refs:obuf_size (Results 1 - 25 of 27) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bio/
H A Dbf_lbuf.c101 int obuf_size; /* how big is the output buffer */ member in struct:bio_linebuffer_ctx_struct
113 ctx->obuf_size=DEFAULT_LINEBUFFER_SIZE;
175 while ((foundnl || p - in > ctx->obuf_size - ctx->obuf_len)
180 i = ctx->obuf_size - ctx->obuf_len;
230 if ((foundnl || p - in > ctx->obuf_size) && p - in > 0)
298 if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size))
313 ctx->obuf_size=obs;
359 if ( !BIO_set_write_buffer_size(dbio,ctx->obuf_size))
H A Dbf_buff.c104 ctx->obuf_size=DEFAULT_BUFFER_SIZE;
208 i=ctx->obuf_size-(ctx->obuf_len+ctx->obuf_off);
250 while (inl >= ctx->obuf_size)
338 obs=ctx->obuf_size;
358 if ((obs > DEFAULT_BUFFER_SIZE) && (obs != ctx->obuf_size))
381 ctx->obuf_size=obs;
428 !BIO_set_write_buffer_size(dbio,ctx->obuf_size))
H A Dbio.h322 int obuf_size; /* how big is the output buffer */ member in struct:bio_f_buffer_ctx_struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bio/
H A Dbf_lbuf.c99 int obuf_size; /* how big is the output buffer */ member in struct:bio_linebuffer_ctx_struct
115 ctx->obuf_size = DEFAULT_LINEBUFFER_SIZE;
181 while ((foundnl || p - in > ctx->obuf_size - ctx->obuf_len)
185 i = ctx->obuf_size - ctx->obuf_len;
229 if ((foundnl || p - in > ctx->obuf_size) && p - in > 0) {
298 if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size)) {
310 ctx->obuf_size = obs;
352 if (!BIO_set_write_buffer_size(dbio, ctx->obuf_size))
H A Dbf_buff.c111 ctx->obuf_size = DEFAULT_BUFFER_SIZE;
225 i = ctx->obuf_size - (ctx->obuf_len + ctx->obuf_off);
267 while (inl >= ctx->obuf_size) {
356 obs = ctx->obuf_size;
373 if ((obs > DEFAULT_BUFFER_SIZE) && (obs != ctx->obuf_size)) {
393 ctx->obuf_size = obs;
438 !BIO_set_write_buffer_size(dbio, ctx->obuf_size))
H A Dbio.h360 int obuf_size; /* how big is the output buffer */ member in struct:bio_f_buffer_ctx_struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bio/
H A Dbf_lbuf.c101 int obuf_size; /* how big is the output buffer */ member in struct:bio_linebuffer_ctx_struct
113 ctx->obuf_size=DEFAULT_LINEBUFFER_SIZE;
175 while ((foundnl || p - in > ctx->obuf_size - ctx->obuf_len)
180 i = ctx->obuf_size - ctx->obuf_len;
230 if ((foundnl || p - in > ctx->obuf_size) && p - in > 0)
298 if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size))
313 ctx->obuf_size=obs;
359 if ( !BIO_set_write_buffer_size(dbio,ctx->obuf_size))
H A Dbf_buff.c104 ctx->obuf_size=DEFAULT_BUFFER_SIZE;
208 i=ctx->obuf_size-(ctx->obuf_len+ctx->obuf_off);
250 while (inl >= ctx->obuf_size)
338 obs=ctx->obuf_size;
358 if ((obs > DEFAULT_BUFFER_SIZE) && (obs != ctx->obuf_size))
381 ctx->obuf_size=obs;
428 !BIO_set_write_buffer_size(dbio,ctx->obuf_size))
H A Dbio.h322 int obuf_size; /* how big is the output buffer */ member in struct:bio_f_buffer_ctx_struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bio/
H A Dbf_lbuf.c99 int obuf_size; /* how big is the output buffer */ member in struct:bio_linebuffer_ctx_struct
115 ctx->obuf_size = DEFAULT_LINEBUFFER_SIZE;
181 while ((foundnl || p - in > ctx->obuf_size - ctx->obuf_len)
185 i = ctx->obuf_size - ctx->obuf_len;
229 if ((foundnl || p - in > ctx->obuf_size) && p - in > 0) {
298 if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size)) {
310 ctx->obuf_size = obs;
352 if (!BIO_set_write_buffer_size(dbio, ctx->obuf_size))
H A Dbf_buff.c111 ctx->obuf_size = DEFAULT_BUFFER_SIZE;
225 i = ctx->obuf_size - (ctx->obuf_len + ctx->obuf_off);
267 while (inl >= ctx->obuf_size) {
356 obs = ctx->obuf_size;
373 if ((obs > DEFAULT_BUFFER_SIZE) && (obs != ctx->obuf_size)) {
393 ctx->obuf_size = obs;
438 !BIO_set_write_buffer_size(dbio, ctx->obuf_size))
H A Dbio.h360 int obuf_size; /* how big is the output buffer */ member in struct:bio_f_buffer_ctx_struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/bio/
H A Dbf_lbuf.c101 int obuf_size; /* how big is the output buffer */ member in struct:bio_linebuffer_ctx_struct
113 ctx->obuf_size=DEFAULT_LINEBUFFER_SIZE;
175 while ((foundnl || p - in > ctx->obuf_size - ctx->obuf_len)
180 i = ctx->obuf_size - ctx->obuf_len;
230 if ((foundnl || p - in > ctx->obuf_size) && p - in > 0)
298 if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size))
313 ctx->obuf_size=obs;
359 if ( !BIO_set_write_buffer_size(dbio,ctx->obuf_size))
H A Dbf_buff.c104 ctx->obuf_size=DEFAULT_BUFFER_SIZE;
208 i=ctx->obuf_size-(ctx->obuf_len+ctx->obuf_off);
250 while (inl >= ctx->obuf_size)
338 obs=ctx->obuf_size;
358 if ((obs > DEFAULT_BUFFER_SIZE) && (obs != ctx->obuf_size))
381 ctx->obuf_size=obs;
428 !BIO_set_write_buffer_size(dbio,ctx->obuf_size))
H A Dbio.h322 int obuf_size; /* how big is the output buffer */ member in struct:bio_f_buffer_ctx_struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bio/
H A Dbf_lbuf.c99 int obuf_size; /* how big is the output buffer */ member in struct:bio_linebuffer_ctx_struct
115 ctx->obuf_size = DEFAULT_LINEBUFFER_SIZE;
181 while ((foundnl || p - in > ctx->obuf_size - ctx->obuf_len)
185 i = ctx->obuf_size - ctx->obuf_len;
229 if ((foundnl || p - in > ctx->obuf_size) && p - in > 0) {
298 if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size)) {
310 ctx->obuf_size = obs;
352 if (!BIO_set_write_buffer_size(dbio, ctx->obuf_size))
H A Dbf_buff.c111 ctx->obuf_size = DEFAULT_BUFFER_SIZE;
225 i = ctx->obuf_size - (ctx->obuf_len + ctx->obuf_off);
267 while (inl >= ctx->obuf_size) {
356 obs = ctx->obuf_size;
373 if ((obs > DEFAULT_BUFFER_SIZE) && (obs != ctx->obuf_size)) {
393 ctx->obuf_size = obs;
438 !BIO_set_write_buffer_size(dbio, ctx->obuf_size))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Dbio.h360 int obuf_size; /* how big is the output buffer */ member in struct:bio_f_buffer_ctx_struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/include/openssl/
H A Dbio.h322 int obuf_size; /* how big is the output buffer */ member in struct:bio_f_buffer_ctx_struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/include/openssl/
H A Dbio.h322 int obuf_size; /* how big is the output buffer */ member in struct:bio_f_buffer_ctx_struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/include/openssl/
H A Dbio.h360 int obuf_size; /* how big is the output buffer */ member in struct:bio_f_buffer_ctx_struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/include/openssl/
H A Dbio.h360 int obuf_size; /* how big is the output buffer */ member in struct:bio_f_buffer_ctx_struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/include/openssl/
H A Dbio.h322 int obuf_size; /* how big is the output buffer */ member in struct:bio_f_buffer_ctx_struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/openssl/
H A Dbio.h320 int obuf_size; /* how big is the output buffer */ member in struct:bio_f_buffer_ctx_struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/openssl/
H A Dbio.h320 int obuf_size; /* how big is the output buffer */ member in struct:bio_f_buffer_ctx_struct

Completed in 316 milliseconds

12