#include <parse_param.h>

Data Fields | |
| str | body |
| int | len |
| str | name |
| struct param * | next |
| ptype_t | type |
Definition at line 67 of file parse_param.h.
Parameter body
Definition at line 70 of file parse_param.h.
Referenced by build_path_vector(), calc_contact_expires(), calc_contact_q(), check_message_support(), cmp_str_params(), encode_parameters(), get_register_expire(), handle_subscribe(), pack_ci(), parse_param_body(), path_rr_callback(), print_param(), rls_handle_subscribe(), search_event_params(), shm_copy_event(), sort_contacts(), uri_param_2(), and xlate_pointers().
| int len |
Total length of the parameter including = and quotes
Definition at line 71 of file parse_param.h.
Referenced by check_contacts(), do_duplicate_rr(), do_parse_rr_body(), encode_contact(), parse_params(), and print_param().
Parameter name
Definition at line 69 of file parse_param.h.
Referenced by cmp_str_params(), do_duplicate_rr(), do_parse_rr_body(), encode_contact(), encode_parameters(), event_parser(), handle_subscribe(), parse_contact_class(), parse_param_name(), parse_params(), parse_uri_class(), print_param(), rls_handle_subscribe(), search_event_params(), shm_copy_event(), uri_param_2(), and xlate_pointers().
Next parameter in the list
Definition at line 72 of file parse_param.h.
Referenced by cmp_str_params(), do_duplicate_params(), do_free_params(), encode_parameters(), event_parser(), free_event_params(), handle_subscribe(), parse_params(), print_params(), reverseParameters(), rls_handle_subscribe(), search_event_params(), shm_copy_event(), uri_param_2(), and xlate_pointers().
Type of the parameter
Definition at line 68 of file parse_param.h.
Referenced by parse_contact_class(), parse_uri_class(), and print_param().
1.5.6