OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:obuf_size
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
bf_lbuf.c
101
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
))
bf_buff.c
104
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
))
bio.h
350
int
obuf_size
; /* how big is the output buffer */
member in struct:bio_f_buffer_ctx_struct
[
all
...]
/external/openssl/crypto/bio/
bf_lbuf.c
101
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
))
bf_buff.c
104
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
))
bio.h
347
int
obuf_size
; /* how big is the output buffer */
member in struct:bio_f_buffer_ctx_struct
[
all
...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
bio.h
350
int
obuf_size
; /* how big is the output buffer */
member in struct:bio_f_buffer_ctx_struct
[
all
...]
/external/openssl/include/openssl/
bio.h
347
int
obuf_size
; /* how big is the output buffer */
member in struct:bio_f_buffer_ctx_struct
[
all
...]
Completed in 203 milliseconds