jabberd2
2.5.0
|
#include <sx.h>
Data Fields | |
char * | data |
unsigned int | len |
char * | heap |
_sx_notify_t | notify |
void * | notify_arg |
char* _sx_buf_st::data |
Definition at line 114 of file sx.h.
Referenced by _c2s_client_sx_callback(), _in_sx_callback(), _out_sx_callback(), _router_sx_callback(), _s2s_db_header(), _sx_ack_header(), _sx_buffer_alloc_margin(), _sx_buffer_clear(), _sx_buffer_new(), _sx_buffer_set(), _sx_compress_rio(), _sx_compress_wio(), _sx_error(), _sx_error_extended(), _sx_get_pending_write(), _sx_process_read(), _sx_sasl_rio(), _sx_sasl_wio(), _sx_server_element_start(), _sx_ssl_rio(), _sx_ssl_wio(), _sx_websocket_http_return(), _sx_websocket_rio(), _sx_websocket_wio(), c2s_router_sx_callback(), libwebsock_fail_connection(), libwebsock_fragment_buffer(), s2s_router_sx_callback(), sm_sx_callback(), sx_can_read(), sx_can_write(), and sx_client_init().
unsigned int _sx_buf_st::len |
Definition at line 115 of file sx.h.
Referenced by _c2s_client_sx_callback(), _in_sx_callback(), _out_sx_callback(), _router_sx_callback(), _s2s_db_header(), _sx_ack_header(), _sx_buffer_alloc_margin(), _sx_buffer_clear(), _sx_buffer_new(), _sx_buffer_set(), _sx_compress_rio(), _sx_compress_wio(), _sx_error(), _sx_error_extended(), _sx_get_pending_write(), _sx_process_read(), _sx_sasl_rio(), _sx_sasl_wio(), _sx_server_element_start(), _sx_ssl_rio(), _sx_ssl_wio(), _sx_websocket_http_return(), _sx_websocket_rio(), _sx_websocket_wio(), c2s_router_sx_callback(), libwebsock_fail_connection(), s2s_router_sx_callback(), sm_sx_callback(), sx_can_read(), sx_can_write(), and sx_client_init().
char* _sx_buf_st::heap |
Definition at line 116 of file sx.h.
Referenced by _sx_buffer_alloc_margin(), _sx_buffer_clear(), _sx_buffer_free(), _sx_buffer_new(), and _sx_buffer_set().
_sx_notify_t _sx_buf_st::notify |
Definition at line 119 of file sx.h.
Referenced by _sx_buffer_new(), _sx_get_pending_write(), _sx_ssl_wio(), sx_can_read(), and sx_can_write().
void* _sx_buf_st::notify_arg |
Definition at line 120 of file sx.h.
Referenced by _sx_buffer_new(), _sx_get_pending_write(), _sx_ssl_wio(), sx_can_read(), and sx_can_write().