Home
last modified time | relevance | path

Searched refs:ZeroMemory (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/sqlite3/tea/win/
H A Dnmakehlp.c210 ZeroMemory(&pi, sizeof(PROCESS_INFORMATION)); in CheckForCompilerFeature()
211 ZeroMemory(&si, sizeof(STARTUPINFO)); in CheckForCompilerFeature()
216 ZeroMemory(&sa, sizeof(SECURITY_ATTRIBUTES)); in CheckForCompilerFeature()
346 ZeroMemory(&pi, sizeof(PROCESS_INFORMATION)); in CheckForLinkerFeature()
347 ZeroMemory(&si, sizeof(STARTUPINFO)); in CheckForLinkerFeature()
352 ZeroMemory(&sa, sizeof(SECURITY_ATTRIBUTES)); in CheckForLinkerFeature()
/freebsd-13.1/crypto/heimdal/lib/roken/
H A Dflock.c98 ZeroMemory(&ov, sizeof(ov)); in rk_flock()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.c134 ZeroMemory(&overlapped, sizeof(OVERLAPPED)); in lock()
/freebsd-13.1/contrib/subversion/subversion/svnserve/
H A Dwinservice.c334 ZeroMemory(&winservice_status, sizeof(winservice_status)); in winservice_start()
/freebsd-13.1/sys/dev/hptmv/
H A Dglobal.h152 #define ZeroMemory(a, b) memset((char *)a, 0, b) macro
H A Darray.h249 ZeroMemory(pVArray, ARRAY_VDEV_SIZE); \
H A Dgui_lib.c360 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 Dioctl.c119 ZeroMemory(&e, sizeof(e)); in ioctl_ReportEvent()
H A Dentry.c2697 ZeroMemory(ccb->csio.data_ptr, ccb->csio.dxfer_len); in OsSendCommand()
/freebsd-13.1/contrib/serf/auth/
H A Dauth_spnego_sspi.c168 ZeroMemory(&hints, sizeof(hints)); in get_canonical_hostname()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c544 ZeroMemory(&stack_frame, sizeof(STACKFRAME64)); in write_stacktrace()
/freebsd-13.1/contrib/ntp/lib/isc/win32/
H A Dsocket.c762 ZeroMemory(lpo, sizeof(IoCompletionInfo)); in queue_receive_request()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7106 bool ZeroMemory = Intrinsic == Intrinsic::aarch64_settag_zero; in visitIntrinsicCall() local
7110 ZeroMemory); in visitIntrinsicCall()