OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ibuf_off
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
bf_buff.c
106
ctx->
ibuf_off
=0;
149
memcpy(out,&(ctx->ibuf[ctx->
ibuf_off
]),i);
150
ctx->
ibuf_off
+=i;
190
ctx->
ibuf_off
=0;
284
ctx->
ibuf_off
=0;
299
if (p1[ctx->
ibuf_off
+ i] == '\n') ret++;
326
ctx->
ibuf_off
=0;
371
ctx->
ibuf_off
=0;
470
p= &(ctx->ibuf[ctx->
ibuf_off
]);
485
ctx->
ibuf_off
+=i
[
all
...]
bio.h
354
int
ibuf_off
; /* write/read offset */
member in struct:bio_f_buffer_ctx_struct
[
all
...]
/external/openssl/crypto/bio/
bf_buff.c
106
ctx->
ibuf_off
=0;
149
memcpy(out,&(ctx->ibuf[ctx->
ibuf_off
]),i);
150
ctx->
ibuf_off
+=i;
190
ctx->
ibuf_off
=0;
284
ctx->
ibuf_off
=0;
299
if (p1[ctx->
ibuf_off
+ i] == '\n') ret++;
326
ctx->
ibuf_off
=0;
371
ctx->
ibuf_off
=0;
470
p= &(ctx->ibuf[ctx->
ibuf_off
]);
485
ctx->
ibuf_off
+=i
[
all
...]
bio.h
351
int
ibuf_off
; /* write/read offset */
member in struct:bio_f_buffer_ctx_struct
[
all
...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
bio.h
354
int
ibuf_off
; /* write/read offset */
member in struct:bio_f_buffer_ctx_struct
[
all
...]
/external/openssl/include/openssl/
bio.h
351
int
ibuf_off
; /* write/read offset */
member in struct:bio_f_buffer_ctx_struct
[
all
...]
Completed in 151 milliseconds