ReactOS 0.4.16-dev-321-g63bb46a
|
#include <ws2_32.h>
Go to the source code of this file.
Macros | |
#define | WsAsyncLock() EnterCriticalSection(&WsAsyncCritSect) |
#define | WsAsyncUnlock() LeaveCriticalSection(&WsAsyncCritSect) |
#define WsAsyncLock | ( | ) | EnterCriticalSection(&WsAsyncCritSect) |
#define WsAsyncUnlock | ( | ) | LeaveCriticalSection(&WsAsyncCritSect) |
Definition at line 48 of file async.c.
Referenced by CopyHostentToBuffer().
Definition at line 105 of file async.c.
Referenced by CopyProtoentToBuffer().
Definition at line 79 of file async.c.
Referenced by CopyServentToBuffer().
Definition at line 129 of file async.c.
Referenced by WsAsyncGetHost().
Definition at line 349 of file async.c.
Referenced by WsAsyncGetProto().
Definition at line 258 of file async.c.
Referenced by WsAsyncGetServ().
PWSASYNCBLOCK WSAAPI WsAsyncAllocateBlock | ( | IN SIZE_T | ExtraLength | ) |
Definition at line 439 of file async.c.
Referenced by WSAAsyncGetHostByAddr(), WSAAsyncGetHostByName(), WSAAsyncGetProtoByName(), WSAAsyncGetProtoByNumber(), WSAAsyncGetServByName(), WSAAsyncGetServByPort(), and WsAsyncTerminateThread().
Definition at line 936 of file async.c.
Referenced by WSACancelAsyncRequest().
Definition at line 832 of file async.c.
Referenced by WSAAsyncGetHostByAddr(), WSAAsyncGetHostByName(), WSAAsyncGetProtoByName(), WSAAsyncGetProtoByNumber(), WSAAsyncGetServByName(), and WSAAsyncGetServByPort().
VOID WSAAPI WsAsyncFreeBlock | ( | IN PWSASYNCBLOCK | AsyncBlock | ) |
Definition at line 473 of file async.c.
Referenced by WsAsyncCancelRequest(), and WsAsyncThread().
VOID WSAAPI WsAsyncGetHost | ( | IN HANDLE | TaskHandle, |
IN DWORD | Operation, | ||
IN HWND | hWnd, | ||
IN UINT | wMsg, | ||
IN CHAR FAR * | ByWhat, | ||
IN INT | Length, | ||
IN INT | Type, | ||
IN CHAR FAR * | Buffer, | ||
IN INT | BufferLength | ||
) |
Definition at line 628 of file async.c.
Referenced by WsAsyncThread().
VOID WSAAPI WsAsyncGetProto | ( | IN HANDLE | TaskHandle, |
IN DWORD | Operation, | ||
IN HWND | hWnd, | ||
IN UINT | wMsg, | ||
IN CHAR FAR * | ByWhat, | ||
IN CHAR FAR * | Buffer, | ||
IN INT | BufferLength | ||
) |
Definition at line 555 of file async.c.
Referenced by WsAsyncThread().
VOID WSAAPI WsAsyncGetServ | ( | IN HANDLE | TaskHandle, |
IN DWORD | Operation, | ||
IN HWND | hWnd, | ||
IN UINT | wMsg, | ||
IN CHAR FAR * | ByWhat, | ||
IN CHAR FAR * | Protocol, | ||
IN CHAR FAR * | Buffer, | ||
IN INT | BufferLength | ||
) |
Definition at line 481 of file async.c.
Referenced by WsAsyncThread().
Definition at line 31 of file async.c.
Referenced by DllMain().
VOID WSAAPI WsAsyncQueueRequest | ( | IN PWSASYNCBLOCK | AsyncBlock | ) |
Definition at line 919 of file async.c.
Referenced by WSAAsyncGetHostByAddr(), WSAAsyncGetHostByName(), WSAAsyncGetProtoByName(), WSAAsyncGetProtoByNumber(), WSAAsyncGetServByName(), WSAAsyncGetServByPort(), and WsAsyncTerminateThread().
Definition at line 899 of file async.c.
Referenced by WSACleanup().
Definition at line 703 of file async.c.
Referenced by WsAsyncCheckAndInitThread().
Definition at line 458 of file async.c.
Referenced by WsAsyncThread().
HANDLE WsAsyncCancelledTaskHandle |
Definition at line 21 of file async.c.
Referenced by WsAsyncCancelRequest(), WsAsyncGetHost(), WsAsyncGetProto(), WsAsyncGetServ(), and WsAsyncThreadBlockingHook().
CRITICAL_SECTION WsAsyncCritSect |
Definition at line 18 of file async.c.
Referenced by WsAsyncGlobalInitialize(), and WsAsyncGlobalTerminate().
HANDLE WsAsyncCurrentTaskHandle |
Definition at line 20 of file async.c.
Referenced by WsAsyncCancelRequest(), WsAsyncGetHost(), WsAsyncGetProto(), WsAsyncGetServ(), WsAsyncThread(), and WsAsyncThreadBlockingHook().
HINSTANCE WsAsyncDllHandle |
Definition at line 22 of file async.c.
Referenced by WsAsyncThread().
HANDLE WsAsyncEvent |
Definition at line 19 of file async.c.
Referenced by WsAsyncCheckAndInitThread(), and WsAsyncQueueRequest().
PLIST_ENTRY WsAsyncQueue |
Definition at line 17 of file async.c.
Referenced by WsAsyncCancelRequest(), WsAsyncCheckAndInitThread(), and WsAsyncQueueRequest().
LONG WsAsyncTaskHandle |
Definition at line 16 of file async.c.
Referenced by WsAsyncAllocateBlock().
BOOLEAN WsAsyncThreadInitialized |
Definition at line 15 of file async.c.
Referenced by WSACleanup(), WsAsyncCancelRequest(), WsAsyncCheckAndInitThread(), and WsAsyncTerminateThread().