Home
last modified time | relevance | path

Searched refs:read_ahead (Results 1 – 6 of 6) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/file/
DSDL_rwops.c166 int read_ahead; in win32_file_read() local
178 read_ahead = SDL_min(total_need, context->hidden.win32io.buffer.left); in win32_file_read()
179 SDL_memcpy(ptr, data, read_ahead); in win32_file_read()
180 context->hidden.win32io.buffer.left -= read_ahead; in win32_file_read()
182 if (read_ahead == total_need) { in win32_file_read()
185 ptr = (char *)ptr + read_ahead; in win32_file_read()
186 total_need -= read_ahead; in win32_file_read()
187 total_read += read_ahead; in win32_file_read()
195 read_ahead = SDL_min(total_need, (int)byte_read); in win32_file_read()
196 SDL_memcpy(ptr, context->hidden.win32io.buffer.data, read_ahead); in win32_file_read()
[all …]
/external/openssl/ssl/
Dssl_lib.c223 s->read_ahead=s->ctx->read_ahead; in SSL_clear()
318 s->read_ahead=ctx->read_ahead; in SSL_new()
793 s->read_ahead=yes; in SSL_set_read_ahead()
798 return(s->read_ahead); in SSL_get_read_ahead()
1033 return(s->read_ahead); in SSL_ctrl()
1035 l=s->read_ahead; in SSL_ctrl()
1036 s->read_ahead=larg; in SSL_ctrl()
1104 return(ctx->read_ahead); in SSL_CTX_ctrl()
1106 l=ctx->read_ahead; in SSL_CTX_ctrl()
1107 ctx->read_ahead=larg; in SSL_CTX_ctrl()
[all …]
Ds2_pkt.c340 if (!s->read_ahead) max=n; in read_n()
Dssl.h803 int read_ahead; member
1040 int read_ahead; /* Read as many input bytes as possible member
Ds3_pkt.c217 if (!s->read_ahead) in ssl3_read_n()
/external/openssl/include/openssl/
Dssl.h803 int read_ahead; member
1040 int read_ahead; /* Read as many input bytes as possible member