Home
last modified time | relevance | path

Searched refs:dwBytes (Results 1 – 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSWindows/DLL/
Ddllmain.c50 DWORD dwBytes = 0; in IsSystemServiceDisabled() local
65 …ok = EnumServicesStatus ( sc, srvType, srvState, lpService, dwBytes, &bytesNeeded, &srvCount, &res… in IsSystemServiceDisabled()
77 dwBytes = bytesNeeded; in IsSystemServiceDisabled()
79 lpService = ( ENUM_SERVICE_STATUS* ) malloc( dwBytes ); in IsSystemServiceDisabled()
/external/compiler-rt/lib/asan/
Dasan_malloc_win.cc165 SIZE_T dwBytes) { in INTERCEPTOR_WINAPI() argument
167 void *p = asan_malloc(dwBytes, &stack); in INTERCEPTOR_WINAPI()
186 LPVOID lpMem, SIZE_T dwBytes) { in INTERCEPTOR_WINAPI() argument
192 return asan_realloc(lpMem, dwBytes, &stack); in INTERCEPTOR_WINAPI()
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c612 DWORD dwBytes = 0; in CheckFirewall() local
631 …ok = EnumServicesStatus ( sc, srvType, srvState, lpService, dwBytes, &bytesNeeded, &srvCount, &res… in CheckFirewall()
643 dwBytes = bytesNeeded; in CheckFirewall()
645 lpService = ( ENUM_SERVICE_STATUS* ) malloc( dwBytes ); in CheckFirewall()
/external/python/cpython3/Modules/
Doverlapped.c98 sizeof(Py_##x), &dwBytes, NULL, NULL))
109 DWORD dwBytes; in initialize_function_pointers() local
/external/syzkaller/sys/windows/
Dwindows.txt119 HeapAlloc(hHeap HANDLE, dwFlags int32, dwBytes int64)
120 HeapReAlloc(hHeap HANDLE, dwFlags int32, lpMem ptr[inout, array[int8]], dwBytes int64)
546 GlobalAlloc(uFlags int32, dwBytes int64)
547 GlobalReAlloc(hMem ptr[inout, array[int8]], dwBytes int64, uFlags int32)