jabberd2
2.3.2
|
#include <util.h>
Data Fields | |
pool_t | p |
_jqueue_node_t | cache |
_jqueue_node_t | front |
_jqueue_node_t | back |
int | size |
char * | key |
time_t | init_time |
pool_t _jqueue_st::p |
Definition at line 324 of file util.h.
Referenced by jqueue_free(), jqueue_new(), and jqueue_push().
_jqueue_node_t _jqueue_st::cache |
Definition at line 325 of file util.h.
Referenced by jqueue_pull(), and jqueue_push().
_jqueue_node_t _jqueue_st::front |
Definition at line 327 of file util.h.
Referenced by _router_sx_callback(), _sx_get_pending_write(), _sx_sasl_client_process(), jqueue_pull(), and jqueue_push().
_jqueue_node_t _jqueue_st::back |
Definition at line 328 of file util.h.
Referenced by jqueue_pull(), and jqueue_push().
int _jqueue_st::size |
Definition at line 330 of file util.h.
Referenced by jqueue_pull(), jqueue_push(), and jqueue_size().
char* _jqueue_st::key |
Definition at line 331 of file util.h.
Referenced by _out_packet_queue(), JABBER_MAIN(), out_bounce_route_queue(), and out_flush_route_queue().
time_t _jqueue_st::init_time |
Definition at line 332 of file util.h.
Referenced by jqueue_age(), and jqueue_new().