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.c194 s->read_ahead=s->ctx->read_ahead; in SSL_clear()
286 s->read_ahead=ctx->read_ahead; in SSL_new()
732 s->read_ahead=yes; in SSL_set_read_ahead()
737 return(s->read_ahead); in SSL_get_read_ahead()
972 return(s->read_ahead); in SSL_ctrl()
974 l=s->read_ahead; in SSL_ctrl()
975 s->read_ahead=larg; in SSL_ctrl()
1029 return(ctx->read_ahead); in SSL_CTX_ctrl()
1031 l=ctx->read_ahead; in SSL_CTX_ctrl()
1032 ctx->read_ahead=larg; in SSL_CTX_ctrl()
[all …]
Ds2_pkt.c338 if (!s->read_ahead) max=n; in read_n()
Dssl.h740 int read_ahead; member
915 int read_ahead; /* Read as many input bytes as possible member
Ds3_pkt.c162 if (!s->read_ahead) in ssl3_read_n()
/external/openssl/include/openssl/
Dssl.h740 int read_ahead; member
915 int read_ahead; /* Read as many input bytes as possible member