Searched defs:dwLength (Results 1 - 8 of 8) sorted by relevance

/external/lzma/CPP/Windows/
H A DSystem.cpp40 DWORD dwLength; member in struct:NWindows::NSystem::_MY_MEMORYSTATUSEX
73 stat.dwLength = sizeof(stat);
97 stat2.dwLength = sizeof(stat2);
/external/ImageMagick/MagickCore/
H A Dnt-base-private.h60 dwLength, member in struct:_NTMEMORYSTATUSEX
/external/c-ares/
H A Dares_gethostbyaddr.c203 DWORD dwLength = MAX_PATH; local
205 &dwLength);
H A Dares_gethostbyname.c360 DWORD dwLength = MAX_PATH; local
362 &dwLength);
/external/pdfium/fpdfsdk/javascript/
H A DJS_GlobalData.cpp287 uint32_t dwLength = *((uint32_t*)p); local
290 if (p + dwLength > pBuffer + nLength)
293 SetGlobalVariableString(sEntry, CFX_ByteString(p, dwLength));
295 p += sizeof(char) * dwLength;
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
H A DUefiMultiPhase.h81 UINT32 dwLength; member in struct:_WIN_CERTIFICATE
167 /// Hdr.dwLength.
/external/kernel-headers/original/uapi/linux/usb/
H A Dfunctionfs.h60 __le32 dwLength; member in struct:usb_os_desc_header
138 * | 1 | dwLength | U32 | length of the descriptor |
148 * | 1 | dwLength | U32 | length of the descriptor |
/external/ltp/testcases/kernel/io/disktest/
H A Dsfunc.c556 DWORD dwLength; local
574 sizeof(GET_LENGTH_INFORMATION), &dwLength, NULL);
585 sizeof(DISK_GEOMETRY), &dwLength, NULL);

Completed in 489 milliseconds