Searched refs:bytes_returned (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer_win.cc33 DWORD bytes_returned; local
43 &bytes_returned, // Number of bytes returned.
79 DWORD bytes_returned; local
88 &bytes_returned, // the actual number of bytes returned.
139 &bytes_returned,
165 &bytes_returned,
179 &bytes_returned,
/external/chromium_org/components/metrics/
H A Dmachine_id_provider_win.cc61 DWORD bytes_returned; local
69 &bytes_returned,
83 &bytes_returned,
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dremovable_storage_provider_win.cc78 DWORD bytes_returned; local
86 &bytes_returned, // Must be non-null. If overlapped is null,
112 &bytes_returned, // Number of bytes returned.
140 &bytes_returned, // Number of bytes returned.
/external/chromium_org/sandbox/win/src/
H A Dsandbox_nt_util.cc270 ULONG bytes_returned; local
274 &bytes_returned);
275 if (!NT_SUCCESS(ret) || sizeof(proc_info) != bytes_returned)
316 SIZE_T bytes_returned; local
318 sizeof(basic_info), &bytes_returned);
322 if (!NT_SUCCESS(ret) || sizeof(basic_info) != bytes_returned)
/external/chromium_org/chrome_elf/blacklist/
H A Dblacklist_interceptions.cc98 SIZE_T bytes_returned; local
101 &bytes_returned);
103 if (!NT_SUCCESS(ret) || sizeof(basic_info) != bytes_returned)
/external/chromium_org/components/storage_monitor/
H A Dvolume_mount_watcher_win.cc250 DWORD bytes_returned = 0; // Unused, but necessary for ioctl's. local
257 NULL, 0, NULL, 0, &bytes_returned, NULL);
287 NULL, 0, NULL, 0, &bytes_returned, NULL);
294 NULL, 0, NULL, 0, &bytes_returned, NULL);
305 NULL, 0, &bytes_returned, NULL)) {
314 NULL, 0, NULL, 0, &bytes_returned, NULL)) {
/external/chromium_org/net/socket/
H A Dtcp_socket_win.cc88 DWORD bytes_returned = 0xABAB; local
91 &bytes_returned, NULL, NULL);

Completed in 1351 milliseconds