HomeSort by: relevance | last modified time | path
    Searched refs:hFile (Results 1 - 24 of 24) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
iowin32.c 73 static voidpf win32_build_iowin(HANDLE hFile) {
76 if ((hFile != NULL) && (hFile != INVALID_HANDLE_VALUE))
79 w32fiow.hf = hFile;
84 CloseHandle(hFile);
94 HANDLE hFile = NULL;
101 hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL);
107 hFile = CreateFile2(filenameW, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL);
112 hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL);
115 return win32_build_iowin(hFile);
    [all...]
miniunz.c 86 HANDLE hFile;
89 hFile = CreateFileA(filename,GENERIC_READ | GENERIC_WRITE,
91 GetFileTime(hFile,&ftCreate,&ftLastAcc,&ftLastWrite);
94 SetFileTime(hFile,&ftm,&ftLastAcc,&ftm);
95 CloseHandle(hFile);
  /src/external/gpl3/binutils/dist/zlib/contrib/minizip/
iowin32.c 73 static voidpf win32_build_iowin(HANDLE hFile) {
76 if ((hFile != NULL) && (hFile != INVALID_HANDLE_VALUE))
79 w32fiow.hf = hFile;
84 CloseHandle(hFile);
94 HANDLE hFile = NULL;
101 hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL);
107 hFile = CreateFile2(filenameW, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL);
112 hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL);
115 return win32_build_iowin(hFile);
    [all...]
miniunz.c 86 HANDLE hFile;
89 hFile = CreateFileA(filename,GENERIC_READ | GENERIC_WRITE,
91 GetFileTime(hFile,&ftCreate,&ftLastAcc,&ftLastWrite);
94 SetFileTime(hFile,&ftm,&ftLastAcc,&ftm);
95 CloseHandle(hFile);
  /src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
iowin32.c 77 static voidpf win32_build_iowin(HANDLE hFile)
81 if ((hFile != NULL) && (hFile != INVALID_HANDLE_VALUE))
84 w32fiow.hf = hFile;
89 CloseHandle(hFile);
100 HANDLE hFile = NULL;
107 hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL);
113 hFile = CreateFile2(filenameW, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL);
118 hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL);
121 return win32_build_iowin(hFile);
    [all...]
miniunz.c 90 HANDLE hFile;
93 hFile = CreateFileA(filename,GENERIC_READ | GENERIC_WRITE,
95 GetFileTime(hFile,&ftCreate,&ftLastAcc,&ftLastWrite);
98 SetFileTime(hFile,&ftm,&ftLastAcc,&ftm);
99 CloseHandle(hFile);
  /src/external/bsd/file/dist/src/
fsmagic.c 140 HANDLE hFile = CreateFile((LPCSTR)fn, 0, FILE_SHARE_DELETE |
143 if (hFile != INVALID_HANDLE_VALUE) {
152 switch (GetFileType(hFile)) {
162 CloseHandle(hFile);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
mmfile.d 225 hFile = CreateFileW(filename.tempCStringW(),
232 wenforce(hFile != INVALID_HANDLE_VALUE, "CreateFileW");
235 hFile = INVALID_HANDLE_VALUE;
239 if (hFile != INVALID_HANDLE_VALUE)
241 CloseHandle(hFile);
242 hFile = INVALID_HANDLE_VALUE;
247 hFileMap = CreateFileMappingW(hFile, null, flProtect,
259 uint sizelow = GetFileSize(hFile, &sizehi);
378 wenforce(!hFile || hFile == INVALID_HANDLE_VALU
    [all...]
file.d 419 static trustedGetFileSize(HANDLE hFile, out ulong fileSize)
422 DWORD sizeLow = GetFileSize(hFile, &sizeHigh);
428 static trustedReadFile(HANDLE hFile, void *lpBuffer, size_t nNumberOfBytesToRead)
436 const result = ReadFile(hFile, lpBuffer + totalNumRead, chunkSize, &numRead, null);
  /src/common/dist/zlib/contrib/untgz/
untgz.c 212 HANDLE hFile;
233 hFile = CreateFile(fname, GENERIC_WRITE, 0, NULL, OPEN_EXISTING,
236 if (hFile == INVALID_HANDLE_VALUE)
238 result = SetFileTime(hFile, NULL, NULL, &modft) ? 0 : -1;
239 CloseHandle(hFile);
  /src/external/gpl3/binutils/dist/zlib/contrib/untgz/
untgz.c 212 HANDLE hFile;
233 hFile = CreateFile(fname, GENERIC_WRITE, 0, NULL, OPEN_EXISTING,
236 if (hFile == INVALID_HANDLE_VALUE)
238 result = SetFileTime(hFile, NULL, NULL, &modft) ? 0 : -1;
239 CloseHandle(hFile);
  /src/external/gpl3/binutils.old/dist/zlib/contrib/untgz/
untgz.c 213 HANDLE hFile;
234 hFile = CreateFile(fname, GENERIC_WRITE, 0, NULL, OPEN_EXISTING,
237 if (hFile == INVALID_HANDLE_VALUE)
239 result = SetFileTime(hFile, NULL, NULL, &modft) ? 0 : -1;
240 CloseHandle(hFile);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
httpext.d 92 HANDLE hFile;
mswsock.d 129 HANDLE hFile;
dbghelp.d 41 alias DWORD64 function(HANDLE hProcess, HANDLE hFile, PCSTR ImageName, PCSTR ModuleName, DWORD64 BaseOfDll, DWORD SizeOfDll) SymLoadModule64Func;
imagehlp.d 114 HANDLE hFile;
winbase.d 174 enum HFILE HFILE_ERROR = cast(HFILE) (-1);
1038 HANDLE hFile;
1075 HANDLE hFile;
1632 int _hread(HFILE, LPVOID, int);
1633 int _hwrite(HFILE, LPCSTR, int);
1634 HFILE _lclose(HFILE);
1635 HFILE _lcreat(LPCSTR, int);
1636 LONG _llseek(HFILE, LONG, int)
    [all...]
  /src/external/bsd/zstd/dist/programs/
util.c 835 HANDLE hFile;
846 hFile=FindFirstFileA(path, &cFile);
847 if (hFile == INVALID_HANDLE_VALUE) {
856 if (!path) { FindClose(hFile); return 0; }
868 if (*bufStart == NULL) { free(path); FindClose(hFile); return 0; }
875 if (*bufStart == NULL) { free(path); FindClose(hFile); return 0; }
884 } while (FindNextFileA(hFile, &cFile));
886 FindClose(hFile);
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
am_edit 714 my ($dir, $hFile, $cppFile) = split ("\035", $globalmocs{$mocFile}, 3);
1762 foreach $hFile (@list)
1764 $hFile =~ /(.*)\.[^\.]*$/; # Find name minus extension
1770 $mocFiles{$1} = "$dir\035$hFile"; # Add relative dir
1876 my $hFile;
1881 ($dir, $hFile, $cppFile) = split ("\035", $mocFiles{$mocFile}, 3);
1888 appendLines ("$mocFile.moc: $dir/$hFile\n\t\$(MOC) $dir/$hFile -o $mocFile.moc\n");
1894 appendLines ("$mocFile$mocExt: $dir/$hFile\n\t\$(MOC) $dir/$hFile -o $mocFile$mocExt\n")
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
unix.c 62 id_from_handle (HANDLE hFile)
66 if (hFile == INVALID_HANDLE_VALUE)
70 if (!GetFileInformationByHandle (hFile, &FileInformation))
81 HANDLE hFile;
87 hFile = CreateFile (path, 0, 0, NULL, OPEN_EXISTING,
90 res = id_from_handle (hFile);
91 CloseHandle (hFile);
  /src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 447 ::CloseHandle(DebugEvent.u.CreateProcessInfo.hFile);
474 FileScopedHandle DLLFile(DebugEvent.u.LoadDll.hFile);
  /src/external/bsd/libarchive/dist/libarchive/
archive_windows.c 67 static BOOL SetFilePointerEx_perso(HANDLE hFile,
75 hFile, li.LowPart, &li.HighPart, dwMoveMethod);
archive_write_disk_windows.c 73 static BOOL SetFilePointerEx_perso(HANDLE hFile,
81 hFile, li.LowPart, &li.HighPart, dwMoveMethod);
  /src/external/bsd/libpcap/dist/
pcap-npf.c 1589 * pcap_fileno() returning the hFile HANDLE from the
1598 p->handle = pw->adapter->hFile;

Completed in 62 milliseconds