handle            235 compat/mingw.c 	HANDLE handle;
handle            239 compat/mingw.c 	handle = FindFirstFileW(wbuf, &findbuf);
handle            240 compat/mingw.c 	if (handle == INVALID_HANDLE_VALUE)
handle            245 compat/mingw.c 		if (!FindNextFileW(handle, &findbuf)) {
handle            247 compat/mingw.c 			FindClose(handle);
handle            250 compat/mingw.c 	FindClose(handle);
handle            466 compat/mingw.c 			HANDLE handle = FindFirstFileW(wfilename, &findbuf);
handle            467 compat/mingw.c 			if (handle != INVALID_HANDLE_VALUE) {
handle            480 compat/mingw.c 				FindClose(handle);
handle             29 compat/win32/pthread.c 	thread->handle = (HANDLE)
handle             32 compat/win32/pthread.c 	if (!thread->handle)
handle             40 compat/win32/pthread.c 	DWORD result = WaitForSingleObject(thread->handle, INFINITE);
handle             58 compat/win32/pthread.h 	HANDLE handle;
handle           1112 daemon.c       				handle(incoming, &ss.sa, sslen);
handle            107 http.c         curlioerr ioctl_buffer(CURL *handle, int cmd, void *clientp)
handle             81 http.h         extern curlioerr ioctl_buffer(CURL *handle, int cmd, void *clientp);
handle            402 remote-curl.c  static curlioerr rpc_ioctl(CURL *handle, int cmd, void *clientp)