Searched refs:dwBytes (Results 1 – 3 of 3) sorted by relevance
/external/mdnsresponder/mDNSWindows/DLL/ |
D | dllmain.c | 50 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/ |
D | asan_malloc_win.cc | 165 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/ |
D | Service.c | 612 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()
|