Searched defs:ulLength (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsNativeCharsetUtils.cpp1038 ULONG ulLength; local
1040 DosQueryCp(sizeof(ULONG), &ulCodePage, &ulLength); local
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddls1.h209 ULONG ulLength; member in struct:_rloop
H A Dwinbase.h1187 ULONG ulLength; member in struct:tagACTCTX_SECTION_KEYED_DATA_2600
1210 ULONG ulLength; member in struct:tagACTCTX_SECTION_KEYED_DATA
/vbox/src/VBox/Main/src-server/
H A DPerformance.cpp1233 void CircularBuffer::init(ULONG ulLength) argument
1237 mLength = ulLength;
1239 mData = (ULONG*)RTMemAllocZ(ulLength * sizeof(ULONG));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddls1.h208 ULONG ulLength; member in struct:_rloop
H A Dwinbase.h989 ULONG ulLength; member in struct:tagACTCTX_SECTION_KEYED_DATA_2600
1012 ULONG ulLength; member in struct:tagACTCTX_SECTION_KEYED_DATA
/vbox/src/VBox/HostDrivers/VBoxUSB/os2/
H A Dusbcalls.c365 ULONG ulLength; local
371 ulLength=sizeof(ULONG);
376 pulNumDev, ulLength, &ulLength);

Completed in 184 milliseconds