ReactOS 0.4.16-dev-59-gd481587
|
Public Attributes | |
RpcConnection | common |
HANDLE | pipe |
HANDLE | listen_event |
char * | listen_pipe |
IO_STATUS_BLOCK | io_status |
HANDLE | event_cache |
BOOL | read_closed |
Definition at line 80 of file rpc_transport.c.
RpcConnection _RpcConnection_np::common |
Definition at line 82 of file rpc_transport.c.
Referenced by rpcrt4_conn_np_alloc(), rpcrt4_protseq_np_get_wait_array(), and rpcrt4_protseq_np_wait_for_new_connection().
HANDLE _RpcConnection_np::event_cache |
Definition at line 87 of file rpc_transport.c.
Referenced by get_np_event(), release_np_event(), and rpcrt4_conn_np_close().
IO_STATUS_BLOCK _RpcConnection_np::io_status |
Definition at line 86 of file rpc_transport.c.
Referenced by rpcrt4_conn_np_close_read(), rpcrt4_conn_np_read(), rpcrt4_protseq_np_get_wait_array(), and rpcrt4_protseq_np_wait_for_new_connection().
HANDLE _RpcConnection_np::listen_event |
Definition at line 84 of file rpc_transport.c.
Referenced by rpcrt4_conn_np_close(), rpcrt4_conn_np_handoff(), rpcrt4_protseq_np_get_wait_array(), and rpcrt4_protseq_np_wait_for_new_connection().
char* _RpcConnection_np::listen_pipe |
Definition at line 85 of file rpc_transport.c.
Referenced by rpcrt4_conn_create_pipe().
HANDLE _RpcConnection_np::pipe |
Definition at line 83 of file rpc_transport.c.
Referenced by rpcrt4_conn_create_pipe(), rpcrt4_conn_np_cancel_call(), rpcrt4_conn_np_close(), rpcrt4_conn_np_close_read(), rpcrt4_conn_np_handoff(), rpcrt4_conn_np_impersonate_client(), rpcrt4_conn_np_read(), rpcrt4_conn_np_write(), rpcrt4_conn_open_pipe(), rpcrt4_ncacn_np_open(), rpcrt4_ncalrpc_open(), and rpcrt4_protseq_np_get_wait_array().
BOOL _RpcConnection_np::read_closed |
Definition at line 88 of file rpc_transport.c.
Referenced by rpcrt4_conn_np_close_read(), and rpcrt4_conn_np_read().