|
ReactOS 0.4.16-dev-2491-g3dc6630
|
#include <winhttp_private.h>

Definition at line 284 of file winhttp_private.h.
Definition at line 308 of file winhttp_private.h.
Referenced by receive_bytes(), and WinHttpWebSocketCompleteUpgrade().
Definition at line 305 of file winhttp_private.h.
Referenced by complete_send_frame(), and send_frame().
Definition at line 306 of file winhttp_private.h.
Referenced by complete_send_frame(), and send_frame().
| DWORD socket::close_frame_receive_err |
Definition at line 298 of file winhttp_private.h.
Referenced by receive_close_status(), socket_close(), WinHttpWebSocketClose(), and WinHttpWebSocketQueryCloseStatus().
| BOOL socket::close_frame_received |
Definition at line 297 of file winhttp_private.h.
Referenced by handle_control_frame(), receive_close_status(), socket_can_receive(), socket_can_send(), socket_close(), WinHttpWebSocketClose(), and WinHttpWebSocketQueryCloseStatus().
| struct object_header socket::hdr |
Definition at line 286 of file winhttp_private.h.
Referenced by receive_io_complete(), send_socket_shutdown(), socket_close_complete(), socket_receive_complete(), socket_send_complete(), socket_send_pong(), socket_shutdown_complete(), task_socket_send(), task_socket_send_pong(), task_socket_shutdown(), WinHttpWebSocketClose(), WinHttpWebSocketCompleteUpgrade(), WinHttpWebSocketQueryCloseStatus(), WinHttpWebSocketReceive(), WinHttpWebSocketSend(), and WinHttpWebSocketShutdown().
| int socket::keepalive_interval |
Definition at line 288 of file winhttp_private.h.
Referenced by socket_set_option(), and WinHttpWebSocketCompleteUpgrade().
| BOOL socket::last_receive_final |
Definition at line 313 of file winhttp_private.h.
Referenced by socket_receive().
| char socket::mask[4] |
Definition at line 295 of file winhttp_private.h.
Referenced by complete_send_frame(), and send_frame().
Definition at line 296 of file winhttp_private.h.
Referenced by complete_send_frame(), and send_frame().
Definition at line 287 of file winhttp_private.h.
Referenced by complete_send_frame(), receive_bytes(), send_bytes(), socket_destroy(), socket_handle_closing(), socket_set_option(), and WinHttpWebSocketCompleteUpgrade().
| enum socket_opcode socket::opcode |
Definition at line 293 of file winhttp_private.h.
Referenced by handle_control_frame(), socket_close(), and socket_receive().
Definition at line 310 of file winhttp_private.h.
Referenced by task_socket_send(), and WinHttpWebSocketSend().
| char* socket::read_buffer |
Definition at line 307 of file winhttp_private.h.
Referenced by receive_bytes(), socket_destroy(), and WinHttpWebSocketCompleteUpgrade().
| DWORD socket::read_size |
Definition at line 294 of file winhttp_private.h.
Referenced by handle_control_frame(), socket_close(), socket_drain(), and socket_receive().
| char socket::reason[123] |
Definition at line 300 of file winhttp_private.h.
Referenced by receive_close_status(), task_socket_shutdown(), WinHttpWebSocketClose(), WinHttpWebSocketQueryCloseStatus(), and WinHttpWebSocketShutdown().
| DWORD socket::reason_len |
Definition at line 301 of file winhttp_private.h.
Referenced by receive_close_status(), and WinHttpWebSocketQueryCloseStatus().
| enum fragment_type socket::receiving_fragment_type |
Definition at line 312 of file winhttp_private.h.
Referenced by map_opcode().
Definition at line 292 of file winhttp_private.h.
Referenced by socket_destroy(), socket_handle_closing(), WinHttpWebSocketClose(), WinHttpWebSocketCompleteUpgrade(), and WinHttpWebSocketReceive().
Definition at line 289 of file winhttp_private.h.
Referenced by complete_send_frame(), send_frame(), and WinHttpWebSocketCompleteUpgrade().
| char* socket::send_frame_buffer |
Definition at line 302 of file winhttp_private.h.
Referenced by complete_send_frame(), send_frame(), and socket_destroy().
Definition at line 303 of file winhttp_private.h.
Referenced by send_frame().
| SRWLOCK socket::send_lock |
Definition at line 309 of file winhttp_private.h.
Referenced by send_socket_shutdown(), socket_send_pong(), WinHttpWebSocketCompleteUpgrade(), and WinHttpWebSocketSend().
Definition at line 291 of file winhttp_private.h.
Referenced by send_socket_shutdown(), socket_destroy(), socket_handle_closing(), socket_send_pong(), WinHttpWebSocketCompleteUpgrade(), and WinHttpWebSocketSend().
Definition at line 304 of file winhttp_private.h.
Referenced by complete_send_frame(), and send_frame().
| enum fragment_type socket::sending_fragment_type |
Definition at line 311 of file winhttp_private.h.
Referenced by map_buffer_type(), and WinHttpWebSocketSend().
| enum socket_state socket::state |
Definition at line 290 of file winhttp_private.h.
Referenced by handle_control_frame(), send_socket_shutdown(), socket_can_receive(), socket_can_send(), WinHttpWebSocketClose(), and WinHttpWebSocketShutdown().
| USHORT socket::status |
Definition at line 299 of file winhttp_private.h.
Referenced by receive_close_status(), and WinHttpWebSocketQueryCloseStatus().