Searched refs:ZeroMemory (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/sqlite3/tea/win/ |
| H A D | nmakehlp.c | 195 ZeroMemory(&pi, sizeof(PROCESS_INFORMATION)); in CheckForCompilerFeature() 196 ZeroMemory(&si, sizeof(STARTUPINFO)); in CheckForCompilerFeature() 201 ZeroMemory(&sa, sizeof(SECURITY_ATTRIBUTES)); in CheckForCompilerFeature() 329 ZeroMemory(&pi, sizeof(PROCESS_INFORMATION)); in CheckForLinkerFeature() 330 ZeroMemory(&si, sizeof(STARTUPINFO)); in CheckForLinkerFeature() 335 ZeroMemory(&sa, sizeof(SECURITY_ATTRIBUTES)); in CheckForLinkerFeature()
|
| /freebsd-12.1/crypto/heimdal/lib/roken/ |
| H A D | flock.c | 98 ZeroMemory(&ov, sizeof(ov)); in rk_flock()
|
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | WindowsMMap.c | 122 ZeroMemory(&overlapped, sizeof(OVERLAPPED)); in lock()
|
| /freebsd-12.1/contrib/subversion/subversion/svnserve/ |
| H A D | winservice.c | 334 ZeroMemory(&winservice_status, sizeof(winservice_status)); in winservice_start()
|
| /freebsd-12.1/sys/dev/hptmv/ |
| H A D | global.h | 152 #define ZeroMemory(a, b) memset((char *)a, 0, b) macro
|
| H A D | array.h | 249 ZeroMemory(pVArray, ARRAY_VDEV_SIZE); \
|
| H A D | gui_lib.c | 360 ZeroMemory(cap, sizeof(DRIVER_CAPABILITIES)); in hpt_get_driver_capabilities() 741 ZeroMemory(TempBuffer, 512); in hpt_create_array_v2() 1001 ZeroMemory((char *)pbuffer, 512); in hpt_add_spare_disk()
|
| H A D | ioctl.c | 119 ZeroMemory(&e, sizeof(e)); in ioctl_ReportEvent()
|
| H A D | entry.c | 2703 ZeroMemory(ccb->csio.data_ptr, ccb->csio.dxfer_len); in OsSendCommand()
|
| /freebsd-12.1/contrib/serf/auth/ |
| H A D | auth_spnego_sspi.c | 168 ZeroMemory(&hints, sizeof(hints)); in get_canonical_hostname()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Mangled.cpp | 243 ::ZeroMemory(demangled_cstr, demangled_length); in GetMSVCDemangledStr()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | win32_crashrpt.c | 547 ZeroMemory(&stack_frame, sizeof(STACKFRAME64)); in write_stacktrace()
|
| /freebsd-12.1/contrib/ntp/lib/isc/win32/ |
| H A D | socket.c | 762 ZeroMemory(lpo, sizeof(IoCompletionInfo)); in queue_receive_request()
|
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.c | 32330 ZeroMemory(&pFile->local, sizeof(pFile->local)); 32391 ZeroMemory(pFile->shared, sizeof(winceLock));
|