jabberd2
2.2.17
|
#include <nad.h>
Data Fields | |
struct nad_elem_st * | elems |
struct nad_attr_st * | attrs |
struct nad_ns_st * | nss |
char * | cdata |
int * | depths |
int | elen |
int | alen |
int | nlen |
int | clen |
int | dlen |
int | ecur |
int | acur |
int | ncur |
int | ccur |
int | scope |
struct nad_st * | next |
struct nad_elem_st* nad_st::elems |
Definition at line 95 of file nad.h.
Referenced by _in_packet(), _in_result(), _in_verify(), _iq_private_in_sess(), _iq_vcard_to_pkt(), _nad_attr(), _nad_lp0(), _router_process_handshake(), _router_sx_callback(), c2s_router_sx_callback(), config_load_with_id(), nad_append_cdata(), nad_append_elem(), nad_append_namespace(), nad_copy(), nad_deserialize(), nad_drop_elem(), nad_find_attr(), nad_find_elem(), nad_find_namespace(), nad_free(), nad_insert_elem(), nad_insert_nad(), nad_serialize(), nad_wrap_elem(), out_packet(), and pkt_router().
struct nad_attr_st* nad_st::attrs |
Definition at line 96 of file nad.h.
Referenced by _nad_attr(), _nad_lp0(), config_load_with_id(), nad_copy(), nad_deserialize(), nad_find_attr(), nad_free(), nad_insert_nad(), nad_serialize(), and nad_set_attr().
struct nad_ns_st* nad_st::nss |
Definition at line 97 of file nad.h.
Referenced by _in_packet(), _nad_lp0(), _router_sx_callback(), c2s_router_sx_callback(), nad_add_namespace(), nad_append_namespace(), nad_copy(), nad_deserialize(), nad_find_namespace(), nad_find_scoped_namespace(), nad_free(), nad_insert_nad(), nad_serialize(), and pkt_router().
char* nad_st::cdata |
Definition at line 98 of file nad.h.
Referenced by _nad_cdata(), _nad_escape(), _nad_lp0(), config_load_with_id(), nad_copy(), nad_deserialize(), nad_find_attr(), nad_find_elem(), nad_free(), nad_insert_nad(), nad_print(), and nad_serialize().
int* nad_st::depths |
Definition at line 99 of file nad.h.
Referenced by nad_append_cdata(), nad_append_elem(), and nad_free().
int nad_st::elen |
Definition at line 102 of file nad.h.
Referenced by nad_append_elem(), nad_copy(), nad_deserialize(), nad_insert_elem(), nad_insert_nad(), and nad_wrap_elem().
int nad_st::alen |
Definition at line 102 of file nad.h.
Referenced by _nad_attr(), nad_copy(), nad_deserialize(), and nad_insert_nad().
int nad_st::nlen |
Definition at line 102 of file nad.h.
Referenced by nad_add_namespace(), nad_append_namespace(), nad_copy(), and nad_deserialize().
int nad_st::clen |
Definition at line 102 of file nad.h.
Referenced by _nad_cdata(), _nad_escape(), _nad_lp0(), nad_copy(), and nad_deserialize().
int nad_st::dlen |
Definition at line 102 of file nad.h.
Referenced by nad_append_elem().
int nad_st::ecur |
Definition at line 105 of file nad.h.
Referenced by _in_packet(), _iq_private_in_sess(), _nad_lp0(), _session_in_router(), _template_roster_reload(), c2s_router_sx_callback(), config_load_with_id(), nad_append_attr(), nad_append_cdata(), nad_append_elem(), nad_copy(), nad_deserialize(), nad_drop_elem(), nad_find_attr(), nad_find_elem(), nad_find_elem_path(), nad_find_namespace(), nad_insert_elem(), nad_insert_nad(), nad_serialize(), nad_wrap_elem(), out_bounce_route_queue(), pkt_new(), and xdata_parse().
int nad_st::acur |
Definition at line 105 of file nad.h.
Referenced by _nad_attr(), nad_copy(), nad_deserialize(), nad_insert_nad(), and nad_serialize().
int nad_st::ncur |
Definition at line 105 of file nad.h.
Referenced by nad_add_namespace(), nad_append_namespace(), nad_copy(), nad_deserialize(), nad_find_scoped_namespace(), nad_insert_nad(), and nad_serialize().
int nad_st::ccur |
Definition at line 105 of file nad.h.
Referenced by _nad_cdata(), _nad_escape(), _nad_lp0(), nad_append_cdata(), nad_copy(), nad_deserialize(), nad_print(), and nad_serialize().
int nad_st::scope |
Definition at line 107 of file nad.h.
Referenced by _bind_features(), _help_disco_extend(), _in_packet(), _iq_version_disco_extend(), _nad_parse_namespace_start(), _router_sx_callback(), _sx_namespace_start(), nad_add_namespace(), nad_append_elem(), nad_copy(), nad_insert_elem(), nad_insert_nad(), nad_new(), and nad_wrap_elem().