Home
last modified time | relevance | path

Searched refs:checkVer (Results 1 – 6 of 6) sorted by path

/dports/dns/bind-tools/bind-9.16.27/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp110 BOOL checkVer; member
779 entry.checkVer = TRUE; in ReadInstallFileList()
782 entry.checkVer = FALSE; in ReadInstallFileList()
819 if (!origFile.IsValid() && fd->checkVer) { in CopyFiles()
860 if (fd->checkVer) in DeleteFiles()
/dports/dns/bind911/bind-9.11.37/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp108 BOOL checkVer; member
781 entry.checkVer = TRUE; in ReadInstallFileList()
784 entry.checkVer = FALSE; in ReadInstallFileList()
821 if (!origFile.IsValid() && fd->checkVer) { in CopyFiles()
862 if (fd->checkVer) in DeleteFiles()
/dports/dns/bind916/bind-9.16.27/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp110 BOOL checkVer; member
779 entry.checkVer = TRUE; in ReadInstallFileList()
782 entry.checkVer = FALSE; in ReadInstallFileList()
819 if (!origFile.IsValid() && fd->checkVer) { in CopyFiles()
860 if (fd->checkVer) in DeleteFiles()
/dports/dns/samba-nsupdate/bind-9.16.5/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp108 BOOL checkVer; member
777 entry.checkVer = TRUE; in ReadInstallFileList()
780 entry.checkVer = FALSE; in ReadInstallFileList()
817 if (!origFile.IsValid() && fd->checkVer) { in CopyFiles()
858 if (fd->checkVer) in DeleteFiles()
/dports/lang/ghc/ghc-8.10.7/libraries/Win32/System/Win32/Exception/
H A DUnsupported.hs67 unsupportedVal name checkVer reason val = unsafeLocalState $ do
68 cv <- checkVer
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dproxy.c498 static int recv_socks_reply(BIO* bufferedBio, BYTE* buf, int len, char* reason, BYTE checkVer) in recv_socks_reply() argument
537 if (buf[0] != checkVer) in recv_socks_reply()