Searched refs:HANDLE (Results 26 - 50 of 152) sorted by relevance

1234567

/freebsd-13-stable/contrib/libevent/sample/
H A Devent-read-fifo.c46 len = ReadFile((HANDLE)fd, buf, sizeof(buf) - 1, &dwBytesRead, NULL);
90 HANDLE socket;
/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dplatform.h141 # include <windows.h> /* DeviceIoControl, HANDLE, FSCTL_SET_SPARSE */
145 return _isatty(_fileno(stdStream)) && GetConsoleMode((HANDLE)_get_osfhandle(_fileno(stdStream)), &dummy);
159 # include <windows.h> /* DeviceIoControl, HANDLE, FSCTL_SET_SPARSE */
162 # define SET_SPARSE_FILE_MODE(file) { DWORD dw; DeviceIoControl((HANDLE) _get_osfhandle(_fileno(file)), FSCTL_SET_SPARSE, 0, 0, 0, 0, &dw, 0); }
/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dsyslog.c33 static HANDLE hAppLog = NULL;
170 HANDLE hNTAppLog = NULL;
H A Dapp.c69 static HANDLE hEvents[NUM_EVENTS];
139 HANDLE *pHandles = NULL;
H A Dcondition.c33 HANDLE h;
64 HANDLE hc;
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_worker.h47 typedef struct { HANDLE thnd; } thread_type;
48 typedef struct { HANDLE shnd; } sema_type;
H A Drecvbuff.h43 extern HANDLE get_recv_buff_event(void);
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dasync.h18 #define OSSL_ASYNC_FD HANDLE
/freebsd-13-stable/contrib/expat/lib/
H A Dloadlibrary.c51 typedef HMODULE (APIENTRY *LOADLIBRARYEX_FN)(LPCTSTR, HANDLE, DWORD);
/freebsd-13-stable/contrib/apr/include/
H A Dapr_mmap.h71 HANDLE mhandle;
/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dthreading.c51 thread->handle = (HANDLE) _beginthreadex(NULL, 0, worker, thread, 0, NULL);
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dget_window_size.c109 GetConsoleScreenBufferInfo((HANDLE) fh, &sb_info)) {
/freebsd-13-stable/contrib/wpa/src/utils/
H A Deloop_win.c29 HANDLE event;
66 HANDLE term_event;
68 HANDLE *handles;
99 HANDLE *n;
188 HANDLE h = event;
190 if (event_size != sizeof(HANDLE) || h == INVALID_HANDLE_VALUE)
215 HANDLE h = event;
218 event_size != sizeof(HANDLE))
/freebsd-13-stable/contrib/libevent/
H A Devbuffer-internal.h230 HANDLE view_handle;
250 HANDLE mapping_handle;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp87 HANDLE TimerQueue;
102 HANDLE Timer;
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devbuffer-internal.h230 HANDLE view_handle;
250 HANDLE mapping_handle;
/freebsd-13-stable/contrib/processor-trace/libipt/src/windows/
H A Dpt_section_windows.c129 HANDLE fh, mh;
155 fh = (HANDLE) _get_osfhandle(fd);
234 HANDLE fh;
/freebsd-13-stable/crypto/openssl/crypto/
H A Dcryptlib.c206 HANDLE mod = GetModuleHandle(NULL);
273 HANDLE h;
370 HANDLE hEventLog = RegisterEventSource(NULL, _T("OpenSSL"));
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c46 static HANDLE dbghelp_dll = INVALID_HANDLE_VALUE;
126 HANDLE minidump_file = CreateFile(file, GENERIC_WRITE, 0, NULL,
316 HANDLE proc = GetCurrentProcess();
458 HANDLE proc = GetCurrentProcess();
519 HANDLE proc = GetCurrentProcess();
693 HANDLE file;
/freebsd-13-stable/contrib/xz/src/common/
H A Dmythread.h343 typedef HANDLE mythread;
347 typedef HANDLE mythread_cond;
393 *thread = (HANDLE)ret;
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_program.c109 HANDLE child;
313 HANDLE handle = (HANDLE)_get_osfhandle(state->child_stdout);
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dexpand_path.c146 HANDLE hThread = NULL;
147 HANDLE hToken = NULL;
162 HANDLE hProcess = GetCurrentProcess();
/freebsd-13-stable/contrib/less/
H A Dttyin.c27 public HANDLE tty;
/freebsd-13-stable/contrib/libpcap/rpcapd/
H A Dlog.c100 static HANDLE log_handle;
/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc677 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() };
734 HANDLE read_handle, write_handle;
1463 GTEST_CHECK_(sizeof(HANDLE) <= sizeof(size_t));
1465 const HANDLE write_handle =
1466 reinterpret_cast<HANDLE>(write_handle_as_size_t);
1467 HANDLE dup_write_handle;
1484 const HANDLE event_handle = reinterpret_cast<HANDLE>(event_handle_as_size_t);
1485 HANDLE dup_event_handle;

Completed in 162 milliseconds

1234567