ReactOS 0.4.16-dev-329-g9223134
|
#include <ws2_32.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | WsStartupLock() EnterCriticalSection(&WsStartupLock) |
#define | WsStartupUnlock() LeaveCriticalSection(&WsStartupLock) |
Functions | |
VOID WSAAPI | WsCreateStartupSynchronization (VOID) |
VOID WSAAPI | WsDestroyStartupSynchronization (VOID) |
BOOL WSAAPI | WSApSetPostRoutine (PVOID Routine) |
INT WSAAPI | WSACleanup (VOID) |
INT WINAPI | WSAStartup (IN WORD wVersionRequested, OUT LPWSADATA lpWSAData) |
Variables | |
PWS_SOCK_POST_ROUTINE | WsSockPostRoutine = NULL |
CRITICAL_SECTION | WsStartupLock |
#define WsStartupLock | ( | ) | EnterCriticalSection(&WsStartupLock) |
#define WsStartupUnlock | ( | ) | LeaveCriticalSection(&WsStartupLock) |
Definition at line 60 of file startup.c.
Referenced by AdapterStop(), adns_finish(), Cleanup(), cleanup(), close_http(), closelog(), CreateServers(), CreateSocket(), DeinitWinsock(), DestroyConnection(), ErrorExit(), Exit(), inet_ntoa(), init_abort(), init_begin(), init_finish(), InitWinsock(), InternetTransport_UnregisterClass(), kickoff_telnetd(), main(), NETCON_unload(), netconn_unload(), open_http(), openlog(), read_line(), runProg(), service_main(), ServiceMain(), SocketTest(), START_TEST(), Test_ioctlsocket(), Test_Overread(), Test_recv(), test_WithWSAStartup(), Test_WSAIoctl_GetInterfaceList(), Test_WSARecv(), tirpc_exit(), userlist(), winsock_fini(), winsock_init(), wmain(), WsAsyncCheckAndInitThread(), WsAsyncThread(), wWinMain(), and Telnet::~Telnet().
Definition at line 47 of file startup.c.
Definition at line 113 of file startup.c.
Referenced by AcceptProc(), AdapterInit(), CreateServers(), Telnet::DoInit(), inet_ntoa(), init(), Init(), init_begin(), InitConnection(), InitWinsock(), InternetTransport_RegisterClass(), main(), open_http(), openlog(), PreInit(), rpcrt4_ip_tcp_get_top_of_tower(), rpcrt4_protseq_sock_alloc(), rpcrt4_sock_wait_init(), server_thread(), service_main(), Setup(), SocketTest(), START_TEST(), StartSocketInterface(), test_communication(), Test_ioctlsocket(), Test_Overread(), Test_recv(), test_WithWSAStartup(), Test_WSAIoctl_GetInterfaceList(), Test_WSARecv(), userlist(), winsock_init(), winsock_startup(), wmain(), WsAsyncCheckAndInitThread(), and wWinMain().
Definition at line 28 of file startup.c.
Referenced by DllMain().
PWS_SOCK_POST_ROUTINE WsSockPostRoutine = NULL |
Definition at line 18 of file startup.c.
Referenced by WPUPostMessage(), and WSApSetPostRoutine().
CRITICAL_SECTION WsStartupLock |