OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:byte_read
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c
227
DWORD
byte_read
;
local
251
if (!ReadFile(context->hidden.win32io.h,context->hidden.win32io.buffer.data,READAHEAD_BUFFER_SIZE,&
byte_read
,NULL)) {
255
read_ahead = SDL_min(total_need, (int)
byte_read
);
257
context->hidden.win32io.buffer.size =
byte_read
;
258
context->hidden.win32io.buffer.left =
byte_read
-read_ahead;
261
if (!ReadFile(context->hidden.win32io.h,ptr,total_need,&
byte_read
,NULL)) {
265
total_read +=
byte_read
;
/external/chromium_org/components/breakpad/app/
breakpad_linux.cc
870
int
byte_read
= sys_read(fd, *file_data, *size);
local
871
if (
byte_read
== -1) {
[
all
...]
Completed in 8766 milliseconds