Searched defs:bytesReturned (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/tools/attach/
H A DWindowsAttachProvider.c109 DWORD size, bytesReturned; local
116 BOOL res = EnumProcesses(ptr, size, &bytesReturned);
118 result = (jint)(bytesReturned / sizeof(DWORD));
138 DWORD size, bytesReturned; local
161 BOOL res = EnumProcessModules(hProcess, ptr, size, &bytesReturned);
163 int count = bytesReturned / sizeof(HMODULE);
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DDatagramChannelImpl.c121 DWORD bytesReturned = 0; local
123 NULL, 0, &bytesReturned, NULL, NULL);
H A DNet.c74 DWORD bytesReturned = 0; local
76 NULL, 0, &bytesReturned, NULL, NULL);
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c260 DWORD bytesReturned; local
262 if (DeviceIoControl(h, FSCTL_SET_SPARSE, NULL, 0, NULL, 0, &bytesReturned, NULL) == 0) {
271 DWORD bytesReturned; local
276 &bytesReturned, NULL) == 0)
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintJob.cpp1037 DWORD bytesReturned, bytesNeeded; local
1046 bytesNeeded, &bytesReturned);

Completed in 49 milliseconds