/external/iputils/ |
tftp.h | 81 extern void read_ahead(FILE *file, int convert);
|
tftpsubs.c | 109 read_ahead(file, convert); /* fill it */ 121 void read_ahead(FILE *file, int convert) function
|
tftpd.c | 377 read_ahead(file, pf->f_convert);
|
/external/qemu/distrib/sdl-1.2.15/src/file/ |
SDL_rwops.c | 226 int read_ahead; local 238 read_ahead = SDL_min(total_need, context->hidden.win32io.buffer.left); 239 SDL_memcpy(ptr, data, read_ahead); 240 context->hidden.win32io.buffer.left -= read_ahead; 242 if (read_ahead == total_need) { 245 ptr = (char *)ptr + read_ahead; 246 total_need -= read_ahead; 247 total_read += read_ahead; 255 read_ahead = SDL_min(total_need, (int)byte_read); 256 SDL_memcpy(ptr, context->hidden.win32io.buffer.data, read_ahead); [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
ssl_lib.c | 226 s->read_ahead=s->ctx->read_ahead; 321 s->read_ahead=ctx->read_ahead; 811 s->read_ahead=yes; 816 return(s->read_ahead); 1062 return(s->read_ahead); 1064 l=s->read_ahead; 1065 s->read_ahead=larg; 1138 return(ctx->read_ahead); [all...] |
s2_pkt.c | 339 if (!s->read_ahead) max=n;
|
s3_pkt.c | 130 * (If s->read_ahead is set, 'max' bytes may be stored in rbuf 218 if (!s->read_ahead) [all...] |
ssl.h | 893 int read_ahead; member in struct:ssl_ctx_st 1199 int read_ahead; \/* Read as many input bytes as possible member in struct:ssl_st [all...] |
/external/openssl/ssl/ |
ssl_lib.c | 226 s->read_ahead=s->ctx->read_ahead; 321 s->read_ahead=ctx->read_ahead; 824 s->read_ahead=yes; 829 return(s->read_ahead); 1075 return(s->read_ahead); 1077 l=s->read_ahead; 1078 s->read_ahead=larg; 1151 return(ctx->read_ahead); [all...] |
s2_pkt.c | 339 if (!s->read_ahead) max=n;
|
s3_pkt.c | 130 * (If s->read_ahead is set, 'max' bytes may be stored in rbuf 218 if (!s->read_ahead) [all...] |
ssl.h | 884 int read_ahead; member in struct:ssl_ctx_st 1226 int read_ahead; \/* Read as many input bytes as possible member in struct:ssl_st [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
ssl.h | 893 int read_ahead; member in struct:ssl_ctx_st 1199 int read_ahead; \/* Read as many input bytes as possible member in struct:ssl_st [all...] |
/external/openssl/include/openssl/ |
ssl.h | 884 int read_ahead; member in struct:ssl_ctx_st 1226 int read_ahead; \/* Read as many input bytes as possible member in struct:ssl_st [all...] |