ReactOS 0.4.16-dev-289-g096a551
|
#include <rpc_server.h>
Definition at line 29 of file rpc_server.h.
Definition at line 37 of file rpc_server.h.
Referenced by RPCRT4_server_thread().
CRITICAL_SECTION _RpcServerProtseq::cs |
Definition at line 38 of file rpc_server.h.
Referenced by destroy_serverprotoseq(), RPCRT4_protseq_is_endpoint_registered(), rpcrt4_protseq_ncacn_ip_tcp_open_endpoint(), rpcrt4_protseq_ncacn_np_open_endpoint(), rpcrt4_protseq_ncalrpc_open_endpoint(), rpcrt4_protseq_np_get_wait_array(), rpcrt4_protseq_np_wait_for_new_connection(), rpcrt4_protseq_sock_get_wait_array(), rpcrt4_protseq_sock_wait_for_new_connection(), RPCRT4_server_thread(), RPCRT4_use_protseq(), and RpcServerInqBindings().
Definition at line 32 of file rpc_server.h.
Referenced by destroy_serverprotoseq().
Definition at line 36 of file rpc_server.h.
Referenced by RPCRT4_protseq_is_endpoint_registered(), rpcrt4_protseq_ncacn_ip_tcp_open_endpoint(), rpcrt4_protseq_ncacn_np_open_endpoint(), rpcrt4_protseq_ncalrpc_open_endpoint(), rpcrt4_protseq_np_get_wait_array(), rpcrt4_protseq_np_wait_for_new_connection(), rpcrt4_protseq_sock_get_wait_array(), rpcrt4_protseq_sock_wait_for_new_connection(), RPCRT4_server_thread(), and RpcServerInqBindings().
UINT _RpcServerProtseq::MaxCalls |
Definition at line 34 of file rpc_server.h.
Referenced by rpcrt4_protseq_ncacn_ip_tcp_open_endpoint().
HANDLE _RpcServerProtseq::mgr_mutex |
Definition at line 43 of file rpc_server.h.
Referenced by destroy_serverprotoseq(), RPCRT4_start_listen_protseq(), and RPCRT4_sync_with_server_thread().
const struct protseq_ops* _RpcServerProtseq::ops |
Definition at line 31 of file rpc_server.h.
Referenced by RPCRT4_server_thread(), RPCRT4_sync_with_server_thread(), and RPCRT4_use_protseq().
LPSTR _RpcServerProtseq::Protseq |
Definition at line 33 of file rpc_server.h.
Referenced by destroy_serverprotoseq(), RPCRT4_get_or_create_serverprotseq(), rpcrt4_protseq_ncacn_ip_tcp_open_endpoint(), rpcrt4_protseq_ncacn_np_open_endpoint(), and rpcrt4_protseq_ncalrpc_open_endpoint().
HANDLE _RpcServerProtseq::server_ready_event |
Definition at line 45 of file rpc_server.h.
Referenced by destroy_serverprotoseq(), RPCRT4_server_thread(), RPCRT4_start_listen_protseq(), and RPCRT4_sync_with_server_thread().
HANDLE _RpcServerProtseq::server_thread |
Definition at line 41 of file rpc_server.h.
Referenced by RpcMgmtWaitServerListen(), and RPCRT4_start_listen_protseq().