Home
last modified time | relevance | path

Searched refs:pulLen (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/security/beid/eid-mw-5.0.8/cardcomm/pkcs11/src/common/
H A Dtlvbuffer.cpp191 unsigned long *pulLen) in FillASCIIData() argument
196 assert(pulLen != NULL); in FillASCIIData()
209 *pulLen = ulLength; in FillASCIIData()
213 unsigned long *pulLen) in FillUTF8Data() argument
218 assert(pulLen != NULL); in FillUTF8Data()
233 *pulLen = ulLength; in FillUTF8Data()
250 if (*pulLen > in FillBinaryStringData()
256 *pulLen = 0; in FillBinaryStringData()
291 *pulLen = ulLength; in FillBinaryData()
297 unsigned long *pulLen) in FillBinaryDataCheck() argument
[all …]
H A Dtlvbuffer.h58 unsigned long *pulLen);
61 unsigned long *pulLen);
65 *pulLen);
70 unsigned long *pulLen);
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DCfgmgr32Util.java64 IntByReference pulLen = new IntByReference(); in CM_Get_Device_ID() local
65 int ret = Cfgmgr32.INSTANCE.CM_Get_Device_ID_Size(pulLen, devInst, 0); in CM_Get_Device_ID()
71 Memory buffer = new Memory((pulLen.getValue() + 1) * charToBytes); in CM_Get_Device_ID()
75 ret = Cfgmgr32.INSTANCE.CM_Get_Device_ID(devInst, buffer, pulLen.getValue(), 0); in CM_Get_Device_ID()
80 ret = Cfgmgr32.INSTANCE.CM_Get_Device_ID_Size(pulLen, devInst, 0); in CM_Get_Device_ID()
84 buffer = new Memory((pulLen.getValue() + 1) * charToBytes); in CM_Get_Device_ID()
86 ret = Cfgmgr32.INSTANCE.CM_Get_Device_ID(devInst, buffer, pulLen.getValue(), 0); in CM_Get_Device_ID()
H A DCfgmgr32.java191 int CM_Get_Device_ID_Size(IntByReference pulLen, int dnDevInst, int ulFlags); in CM_Get_Device_ID_Size() argument
/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/win32/
H A DCfgmgr32Test.java77 IntByReference pulLen = new IntByReference(); in testDeviceID() local
78 Cfgmgr32.INSTANCE.CM_Get_Device_ID_Size(pulLen, rootNode, 0); in testDeviceID()
79 assertTrue(pulLen.getValue() > 0); in testDeviceID()
83 assertEquals(pulLen.getValue(), deviceId.length()); in testDeviceID()
/dports/graphics/podofo/podofo-0.9.7/src/podofo/base/
H A DPdfWriter.cpp429 void PdfWriter::WriteToBuffer( char** ppBuffer, pdf_long* pulLen ) in WriteToBuffer() argument
433 if( !pulLen ) in WriteToBuffer()
440 *pulLen = device.GetLength(); in WriteToBuffer()
441 *ppBuffer = static_cast<char*>(podofo_calloc( *pulLen, sizeof(char) )); in WriteToBuffer()
447 PdfOutputDevice memDevice( *ppBuffer, *pulLen ); in WriteToBuffer()
/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/tests/framework/shim/
H A Dwindows_shim.cpp102 static CONFIGRET(WINAPI *REAL_CM_Get_Device_ID_List_SizeW)(PULONG pulLen, PCWSTR pszFilter, ULONG u…
112 CONFIGRET WINAPI SHIM_CM_Get_Device_ID_List_SizeW(PULONG pulLen, PCWSTR pszFilter, ULONG ulFlags) { in SHIM_CM_Get_Device_ID_List_SizeW() argument
113 if (pulLen == nullptr) { in SHIM_CM_Get_Device_ID_List_SizeW()
116 *pulLen = static_cast<ULONG>(platform_shim.CM_device_ID_list.size()); in SHIM_CM_Get_Device_ID_List_SizeW()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-qsv11/libmfx/include/
H A Dmfx_driver_store_loader.h33 typedef CONFIGRET(WINAPI *Func_CM_Get_Device_ID_List_SizeW)(PULONG pulLen, PCWSTR pszFilter, ULONG …
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/api/mfx_dispatch/windows/include/
H A Dmfx_driver_store_loader.h33 typedef CONFIGRET(WINAPI *Func_CM_Get_Device_ID_List_SizeW)(PULONG pulLen, PCWSTR pszFilter, ULONG …
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/ddk/
H A Dcfgmgr32.h927 /*OUT*/ PULONG pulLen,
935 /*OUT*/ PULONG pulLen,
944 /*OUT*/ PULONG pulLen,
953 /*OUT*/ PULONG pulLen,
964 /*OUT*/ PULONG pulLen,
972 /*OUT*/ PULONG pulLen,
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/ddk/
H A Dcfgmgr32.h927 /*OUT*/ PULONG pulLen,
935 /*OUT*/ PULONG pulLen,
944 /*OUT*/ PULONG pulLen,
953 /*OUT*/ PULONG pulLen,
964 /*OUT*/ PULONG pulLen,
972 /*OUT*/ PULONG pulLen,
/dports/multimedia/onevpl/oneVPL-2022.0.6/dispatcher/windows/
H A Dmfx_driver_store_loader.h44 typedef CONFIGRET(WINAPI *Func_CM_Get_Device_ID_List_SizeW)(PULONG pulLen,
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.3.9/src/um/
H A Dcfgmgr32.rs1087 pulLen: PULONG, in CM_Get_Device_ID_List_SizeA()
1092 pulLen: PULONG, in CM_Get_Device_ID_List_SizeW()
1097 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExA()
1103 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExW()
1109 pulLen: PULONG, in CM_Get_Device_ID_Size()
1114 pulLen: PULONG, in CM_Get_Device_ID_Size_Ex()
1346 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeA()
1352 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeW()
1358 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExA()
1365 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExW()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/winapi-0.3.9/src/um/
H A Dcfgmgr32.rs1087 pulLen: PULONG, in CM_Get_Device_ID_List_SizeA()
1092 pulLen: PULONG, in CM_Get_Device_ID_List_SizeW()
1097 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExA()
1103 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExW()
1109 pulLen: PULONG, in CM_Get_Device_ID_Size()
1114 pulLen: PULONG, in CM_Get_Device_ID_Size_Ex()
1346 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeA()
1352 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeW()
1358 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExA()
1365 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExW()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/winapi-0.3.9/src/um/
H A Dcfgmgr32.rs1087 pulLen: PULONG, in CM_Get_Device_ID_List_SizeA()
1092 pulLen: PULONG, in CM_Get_Device_ID_List_SizeW()
1097 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExA()
1103 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExW()
1109 pulLen: PULONG, in CM_Get_Device_ID_Size()
1114 pulLen: PULONG, in CM_Get_Device_ID_Size_Ex()
1346 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeA()
1352 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeW()
1358 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExA()
1365 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExW()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/um/
H A Dcfgmgr32.rs1087 pulLen: PULONG, in CM_Get_Device_ID_List_SizeA()
1092 pulLen: PULONG, in CM_Get_Device_ID_List_SizeW()
1097 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExA()
1103 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExW()
1109 pulLen: PULONG, in CM_Get_Device_ID_Size()
1114 pulLen: PULONG, in CM_Get_Device_ID_Size_Ex()
1346 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeA()
1352 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeW()
1358 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExA()
1365 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExW()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/winapi-0.3.9/src/um/
H A Dcfgmgr32.rs1087 pulLen: PULONG, in CM_Get_Device_ID_List_SizeA()
1092 pulLen: PULONG, in CM_Get_Device_ID_List_SizeW()
1097 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExA()
1103 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExW()
1109 pulLen: PULONG, in CM_Get_Device_ID_Size()
1114 pulLen: PULONG, in CM_Get_Device_ID_Size_Ex()
1346 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeA()
1352 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeW()
1358 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExA()
1365 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExW()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/um/
H A Dcfgmgr32.rs1087 pulLen: PULONG, in CM_Get_Device_ID_List_SizeA()
1092 pulLen: PULONG, in CM_Get_Device_ID_List_SizeW()
1097 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExA()
1103 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExW()
1109 pulLen: PULONG, in CM_Get_Device_ID_Size()
1114 pulLen: PULONG, in CM_Get_Device_ID_Size_Ex()
1346 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeA()
1352 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeW()
1358 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExA()
1365 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExW()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/winapi-0.3.9/src/um/
H A Dcfgmgr32.rs1087 pulLen: PULONG, in CM_Get_Device_ID_List_SizeA()
1092 pulLen: PULONG, in CM_Get_Device_ID_List_SizeW()
1097 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExA()
1103 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExW()
1109 pulLen: PULONG, in CM_Get_Device_ID_Size()
1114 pulLen: PULONG, in CM_Get_Device_ID_Size_Ex()
1346 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeA()
1352 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeW()
1358 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExA()
1365 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExW()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/winapi-0.3.8/src/um/
H A Dcfgmgr32.rs1087 pulLen: PULONG, in CM_Get_Device_ID_List_SizeA()
1092 pulLen: PULONG, in CM_Get_Device_ID_List_SizeW()
1097 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExA()
1103 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExW()
1109 pulLen: PULONG, in CM_Get_Device_ID_Size()
1114 pulLen: PULONG, in CM_Get_Device_ID_Size_Ex()
1346 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeA()
1352 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeW()
1358 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExA()
1365 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExW()
/dports/misc/broot/broot-1.7.0/cargo-crates/winapi-0.3.9/src/um/
H A Dcfgmgr32.rs1087 pulLen: PULONG, in CM_Get_Device_ID_List_SizeA()
1092 pulLen: PULONG, in CM_Get_Device_ID_List_SizeW()
1097 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExA()
1103 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExW()
1109 pulLen: PULONG, in CM_Get_Device_ID_Size()
1114 pulLen: PULONG, in CM_Get_Device_ID_Size_Ex()
1346 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeA()
1352 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeW()
1358 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExA()
1365 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExW()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/winapi-0.3.9/src/um/
H A Dcfgmgr32.rs1087 pulLen: PULONG, in CM_Get_Device_ID_List_SizeA()
1092 pulLen: PULONG, in CM_Get_Device_ID_List_SizeW()
1097 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExA()
1103 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExW()
1109 pulLen: PULONG, in CM_Get_Device_ID_Size()
1114 pulLen: PULONG, in CM_Get_Device_ID_Size_Ex()
1346 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeA()
1352 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeW()
1358 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExA()
1365 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExW()
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/winapi-0.3.9/src/um/
H A Dcfgmgr32.rs1087 pulLen: PULONG, in CM_Get_Device_ID_List_SizeA()
1092 pulLen: PULONG, in CM_Get_Device_ID_List_SizeW()
1097 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExA()
1103 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExW()
1109 pulLen: PULONG, in CM_Get_Device_ID_Size()
1114 pulLen: PULONG, in CM_Get_Device_ID_Size_Ex()
1346 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeA()
1352 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeW()
1358 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExA()
1365 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExW()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/winapi-0.3.9/src/um/
H A Dcfgmgr32.rs1087 pulLen: PULONG, in CM_Get_Device_ID_List_SizeA()
1092 pulLen: PULONG, in CM_Get_Device_ID_List_SizeW()
1097 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExA()
1103 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExW()
1109 pulLen: PULONG, in CM_Get_Device_ID_Size()
1114 pulLen: PULONG, in CM_Get_Device_ID_Size_Ex()
1346 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeA()
1352 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeW()
1358 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExA()
1365 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExW()
/dports/devel/rust-cbindgen/cbindgen-0.20.0/cargo-crates/winapi-0.3.9/src/um/
H A Dcfgmgr32.rs1087 pulLen: PULONG, in CM_Get_Device_ID_List_SizeA()
1092 pulLen: PULONG, in CM_Get_Device_ID_List_SizeW()
1097 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExA()
1103 pulLen: PULONG, in CM_Get_Device_ID_List_Size_ExW()
1109 pulLen: PULONG, in CM_Get_Device_ID_Size()
1114 pulLen: PULONG, in CM_Get_Device_ID_Size_Ex()
1346 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeA()
1352 pulLen: PULONG, in CM_Get_Device_Interface_List_SizeW()
1358 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExA()
1365 pulLen: PULONG, in CM_Get_Device_Interface_List_Size_ExW()

1234567