Searched refs:hFile (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dflock.c87 HANDLE hFile;
92 hFile = (HANDLE) _get_osfhandle(fd);
93 if (hFile == NULL || hFile == INVALID_HANDLE_VALUE) {
108 rv = UnlockFileEx(hFile, 0,
113 rv = LockFileEx(hFile, f, 0,
118 rv = LockFileEx(hFile, f|LOCKFILE_EXCLUSIVE_LOCK, 0,
/freebsd-11-stable/contrib/file/src/
H A Dfsmagic.c134 HANDLE hFile = CreateFile((LPCSTR)fn, 0, FILE_SHARE_DELETE | local
137 if (hFile != INVALID_HANDLE_VALUE) {
146 switch (GetFileType(hFile)) {
156 CloseHandle(hFile);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt_dll.h32 HANDLE hFile, MINIDUMP_TYPE DumpType,
H A Dio.c175 HANDLE hFile,
180 typedef BOOL (WINAPI *GetFileInformationByHandleEx_t)(HANDLE hFile,
185 typedef BOOL (WINAPI *SetFileInformationByHandle_t)(HANDLE hFile,
2082 win32_get_file_information_by_handle(HANDLE hFile,
2096 if (!get_file_information_by_handle_ex_proc(hFile, FileInformationClass,
2109 win32_set_file_information_by_handle(HANDLE hFile,
2123 if (!set_file_information_by_handle_proc(hFile, FileInformationClass,
2182 HANDLE hFile;
2187 hFile = CreateFileW(wfname, FILE_READ_ATTRIBUTES,
2192 if (hFile
2077 win32_get_file_information_by_handle(HANDLE hFile, int FileInformationClass, LPVOID lpFileInformation, DWORD dwBufferSize) argument
2104 win32_set_file_information_by_handle(HANDLE hFile, int FileInformationClass, LPVOID lpFileInformation, DWORD dwBufferSize) argument
2177 HANDLE hFile; local
2233 HANDLE hFile; local
2263 HANDLE hFile; local
[all...]
H A Dstream.c2191 create_tempfile(HANDLE *hFile,
2250 *hFile = h;
2181 create_tempfile(HANDLE *hFile, const char **file_path, const char *directory, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_log.c103 HANDLE hFile = (HANDLE) _get_osfhandle(fd); local
108 SetEndOfFile(hFile);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dwin32-nat.c1298 CloseHandle (current_event.u.CreateProcessInfo.hFile);
1333 CloseHandle (current_event.u.LoadDll.hFile);
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-npf.c1260 * pcap_fileno() returning the hFile HANDLE from the
1269 p->handle = pw->adapter->hFile;
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c2522 HANDLE hFile; local
2535 hFile = CreateFileW(
2540 if( hFile!=INVALID_HANDLE_VALUE ){
2541 BOOL bResult = SetFileTime(hFile, NULL, &lastAccess, &lastWrite);
2542 CloseHandle(hFile);
H A Dsqlite3.c45830 winFile hFile; /* File handle from winOpen */ member in struct:winShmNode
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c33305 winFile hFile; /* File handle from winOpen */ member in struct:winShmNode
[all...]

Completed in 858 milliseconds