Searched refs:bytes_returned (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/chrome/browser/storage_monitor/ |
D | volume_mount_watcher_win.cc | 247 DWORD bytes_returned = 0; // Unused, but necessary for ioctl's. in EjectDeviceInThreadPool() local 254 NULL, 0, NULL, 0, &bytes_returned, NULL); in EjectDeviceInThreadPool() 284 NULL, 0, NULL, 0, &bytes_returned, NULL); in EjectDeviceInThreadPool() 291 NULL, 0, NULL, 0, &bytes_returned, NULL); in EjectDeviceInThreadPool() 302 NULL, 0, &bytes_returned, NULL)) { in EjectDeviceInThreadPool() 311 NULL, 0, NULL, 0, &bytes_returned, NULL)) { in EjectDeviceInThreadPool()
|
/external/chromium_org/sandbox/win/src/ |
D | sandbox_nt_util.cc | 270 ULONG bytes_returned; in GetProcessId() local 274 &bytes_returned); in GetProcessId() 275 if (!NT_SUCCESS(ret) || sizeof(proc_info) != bytes_returned) in GetProcessId() 316 SIZE_T bytes_returned; in IsValidImageSection() local 318 sizeof(basic_info), &bytes_returned); in IsValidImageSection() 322 if (!NT_SUCCESS(ret) || sizeof(basic_info) != bytes_returned) in IsValidImageSection()
|
/external/chromium/net/socket/ |
D | tcp_client_socket_win.cc | 699 DWORD bytes_returned = 0xABAB; in SetupSocket() local 702 &bytes_returned, NULL, NULL); in SetupSocket()
|
/external/chromium_org/net/socket/ |
D | tcp_socket_win.cc | 85 DWORD bytes_returned = 0xABAB; in SetTCPKeepAlive() local 88 &bytes_returned, NULL, NULL); in SetTCPKeepAlive()
|