ReactOS 0.4.16-dev-205-g7b2bb7e
|
#include <ws2_32.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
INT WSPAPI | __WSAFDIsSet (SOCKET s, LPFD_SET set) |
INT WSAAPI | select (IN INT s, IN OUT LPFD_SET readfds, IN OUT LPFD_SET writefds, IN OUT LPFD_SET exceptfds, IN CONST struct timeval *timeout) |
INT WSPAPI | WPUFDIsSet (IN SOCKET s, IN LPFD_SET set) |
INT WSAAPI | WSAAsyncSelect (IN SOCKET s, IN HWND hWnd, IN UINT wMsg, IN LONG lEvent) |
INT WSAAPI | WSAEventSelect (IN SOCKET s, IN WSAEVENT hEventObject, IN LONG lNetworkEvents) |
Definition at line 23 of file select.c.
INT WSAAPI select | ( | IN INT | s, |
IN OUT LPFD_SET | readfds, | ||
IN OUT LPFD_SET | writefds, | ||
IN OUT LPFD_SET | exceptfds, | ||
IN CONST struct timeval * | timeout | ||
) |
Definition at line 41 of file select.c.
Referenced by __rpc_get_time_offset(), _get_select_iface(), _test_select_get_disabled(), _test_select_length(), _test_select_multiple(), _test_select_name(), _test_select_put_length(), _test_select_put_selidx(), _test_select_selidx(), _test_select_set_disabled(), _test_select_set_multiple(), _test_select_set_name(), _test_select_set_size(), _test_select_set_value(), _test_select_size(), _test_select_type(), _test_select_value(), AcceptConnections(), add_store_certs(), adns_wait(), check_sck(), checkRecv(), create_netconn_socket(), DATETIME_SetSelectedField(), DoTelnetHandshake(), drain_socket_thread(), empty(), FTP_GetNextLine(), GetRequestAndWait(), LISTVIEW_HitTest(), main(), mark_patched_components(), NetBTWaitForNameResponse(), netconn_create(), processRequest(), rdp2vnc_connect(), read_vc(), ReceiveData(), ReceiveLine(), rtime(), runProg(), SAcceptS(), SClose(), SConnect(), select_server(), SelectR(), SelectW(), CHttpClient::SendFile(), ServiceMain(), SRead(), SRecv(), SRecvfrom(), SSend(), SSendto(), SSendtoByName(), START_TEST(), svc_run(), SWaitUntilReadyForReading(), SWaitUntilReadyForWriting(), SWrite(), test_elems(), test_select(), test_select_elem(), test_select_form(), test_select_form_notfound(), test_select_remove(), test_TVS_SINGLEEXPAND(), Test_WSARecv(), thread_proc(), ui_select(), WaitForRemoteInput(), WaitForRemoteOutput(), and WaitResponse().
Definition at line 122 of file select.c.
Referenced by WsTpInitialize().
Definition at line 134 of file select.c.
Referenced by InternetTransport_ReadLine(), InternetTransport_WndProc(), mi_create_window(), and test_events().
Definition at line 182 of file select.c.
Referenced by CServerSocket::Close(), dispatch(), event_client(), rpcrt4_protseq_sock_get_wait_array(), rpcrt4_sock_wait_for_recv(), rpcrt4_sock_wait_for_send(), CSocket::SetEvents(), START_TEST(), and test_events().