Home
last modified time | relevance | path

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

/freebsd/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/crypto/heimdal/lib/roken/
H A Dflock.c98 ZeroMemory(&ov, sizeof(ov)); in rk_flock()
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.c133 ZeroMemory(&overlapped, sizeof(OVERLAPPED)); in lock()
/freebsd/sys/dev/hptmv/
H A Dglobal.h150 #define ZeroMemory(a, b) memset((char *)a, 0, b) macro
H A Darray.h247 ZeroMemory(pVArray, ARRAY_VDEV_SIZE); \
H A Dgui_lib.c358 ZeroMemory(cap, sizeof(DRIVER_CAPABILITIES)); in hpt_get_driver_capabilities()
739 ZeroMemory(TempBuffer, 512); in hpt_create_array_v2()
999 ZeroMemory((char *)pbuffer, 512); in hpt_add_spare_disk()
H A Dioctl.c117 ZeroMemory(&e, sizeof(e)); in ioctl_ReportEvent()
H A Dentry.c2688 ZeroMemory(ccb->csio.data_ptr, ccb->csio.dxfer_len); in OsSendCommand()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_util.c382 ZeroMemory(&createExParams, sizeof(createExParams)); in __archive_mktempx()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c118 ZeroMemory(&osvi, sizeof(OSVERSIONINFO)); in _nc_console_vt_supported()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7850 bool ZeroMemory = Intrinsic == Intrinsic::aarch64_settag_zero; in visitIntrinsicCall() local
7854 ZeroMemory); in visitIntrinsicCall()