ReactOS 0.4.16-dev-329-g9223134
|
#include <ws2_32.h>
Go to the source code of this file.
Macros | |
#define | WsProcLock() EnterCriticalSection(&Process->ThreadLock) |
#define | WsProcUnlock() LeaveCriticalSection(&Process->ThreadLock) |
Variables | |
PWSPROCESS | CurrentWsProcess |
#define WsProcLock | ( | ) | EnterCriticalSection(&Process->ThreadLock) |
Definition at line 17 of file dprocess.c.
#define WsProcUnlock | ( | ) | LeaveCriticalSection(&Process->ThreadLock) |
Definition at line 18 of file dprocess.c.
Definition at line 208 of file dprocess.c.
Referenced by WsProcDelete().
Definition at line 227 of file dprocess.c.
Referenced by WsProcDelete().
PWSPROCESS WSAAPI WsProcAllocate | ( | VOID | ) |
Definition at line 65 of file dprocess.c.
Referenced by WsProcStartup().
VOID WSAAPI WsProcDelete | ( | IN PWSPROCESS | Process | ) |
Definition at line 247 of file dprocess.c.
Referenced by DllMain(), and WSACleanup().
BOOL WSAAPI WsProcDetachSocket | ( | IN PWSPROCESS | Process, |
IN PWAH_HANDLE | Handle | ||
) |
Definition at line 182 of file dprocess.c.
Referenced by WsSockDeleteSockets().
Definition at line 107 of file dprocess.c.
Referenced by WsThreadInitialize().
PNSCATALOG WSAAPI WsProcGetNsCatalog | ( | IN PWSPROCESS | Process | ) |
Definition at line 166 of file dprocess.c.
Referenced by WSAEnumNameSpaceProvidersInternal(), WSALookupServiceBeginW(), and WSCGetProviderPath().
PTCATALOG WSAAPI WsProcGetTCatalog | ( | IN PWSPROCESS | Process | ) |
Definition at line 150 of file dprocess.c.
Referenced by WPUModifyIFSHandle(), WPUQueryBlockingCallback(), WSAAddressToStringA(), WSAAddressToStringW(), WSASocketW(), WSAStringToAddressA(), WSAStringToAddressW(), and WsSockFindIfsSocket().
INT WSAAPI WsProcInitialize | ( | IN PWSPROCESS | Process | ) |
Definition at line 24 of file dprocess.c.
Referenced by WsProcStartup().
Definition at line 83 of file dprocess.c.
Referenced by WsProcGetAsyncHelper().
Definition at line 312 of file dprocess.c.
Referenced by WSAStartup().
Definition at line 126 of file dprocess.c.
Referenced by WSAStartup().
PWSPROCESS CurrentWsProcess |
Definition at line 15 of file dprocess.c.
Referenced by WsGetProcess(), WsProcDelete(), and WsProcStartup().