| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| H A D | evp-wincng.c | 115 ULONG cbKeyObject, cbChainingMode, cbData; in wincng_cipher_algorithm_init() local 131 &cbData, in wincng_cipher_algorithm_init() 522 ULONG cbHashObject, cbData; in wincng_md_algorithm_init() local 536 &cbData, in wincng_md_algorithm_init() 547 &cbData, in wincng_md_algorithm_init() 558 &cbData, in wincng_md_algorithm_init() 578 ULONG cbData; in wincng_md_hash_init() local 589 &cbData, in wincng_md_hash_init() 624 ULONG cbHash, cbData; in wincng_md_final() local 630 &cbData, in wincng_md_final()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/ |
| H A D | registry.d | 535 DWORD cbData = u.qw.sizeof; variable 538 LONG res = RegQueryValueExW(hkey, keynameTmp, null, cast(LPDWORD) &type, data, &cbData); 541 data = (new ubyte[cbData]).ptr; 542 res = RegQueryValueExW(hkey, keynameTmp, null, cast(LPDWORD) &type, data, &cbData); 554 auto wstr = (cast(immutable(wchar)*)data)[0 .. cbData / wchar.sizeof]; 598 DWORD cbData = to!DWORD(data.length * wchar.sizeof); variable 599 LONG res = RegQueryValueExW(hkey, keynameTmp, null, cast(LPDWORD) &type, data.ptr, &cbData); 602 data.length = cbData / wchar.sizeof; 603 res = RegQueryValueExW(hkey, keynameTmp, null, cast(LPDWORD) &type, data.ptr, &cbData); 607 data.length = cbData / wchar.sizeof; [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/windows/ |
| H A D | registry.d | 535 DWORD cbData = u.qw.sizeof; variable 538 LONG res = RegQueryValueExW(hkey, keynameTmp, null, cast(LPDWORD) &type, data, &cbData); 541 data = (new ubyte[cbData]).ptr; 542 res = RegQueryValueExW(hkey, keynameTmp, null, cast(LPDWORD) &type, data, &cbData); 554 auto wstr = (cast(immutable(wchar)*)data)[0 .. cbData / wchar.sizeof]; 598 DWORD cbData = to!DWORD(data.length * wchar.sizeof); variable 599 LONG res = RegQueryValueExW(hkey, keynameTmp, null, cast(LPDWORD) &type, data.ptr, &cbData); 602 data.length = cbData / wchar.sizeof; 603 res = RegQueryValueExW(hkey, keynameTmp, null, cast(LPDWORD) &type, data.ptr, &cbData); 607 data.length = cbData / wchar.sizeof; [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | ddeml.d | 253 DWORD cbData; member 311 DWORD cbData;
|
| H A D | wincrypt.d | 514 DWORD cbData; member 562 DWORD cbData; member
|
| H A D | wingdi.d | 2532 DWORD cbData; 2540 DWORD cbData; 2593 DWORD cbData; 2607 DWORD cbData; 2617 DWORD cbData; 2864 DWORD cbData; 2881 DWORD cbData;
|
| H A D | vfw.d | 336 DWORD cbData; variable 558 DWORD ICDraw(HIC hic, DWORD dwFlags, LPVOID lpFormat, LPVOID lpData, DWORD cbData, LONG lTime); 1130 LONG cbData) PURE; 1238 LONG cbData); 2264 LONG cbData;
|
| H A D | objidl.d | 111 uint cbData; member
|
| H A D | winbase.d | 1477 DWORD cbData;
|
| H A D | winuser.d | 2612 DWORD cbData;
|
| /netbsd-src/external/bsd/libfido2/dist/src/ |
| H A D | webauthn.h | 697 DWORD cbData; member 699 _Field_size_bytes_(cbData)
|