Lines Matching defs:sip_free_phdr

66 	sip_free_phdr},
68 sip_free_phdr},
69 {"CALL-ID", "i", sip_parse_cid_header, NULL, NULL, sip_free_phdr},
70 {"CSEQ", NULL, sip_parse_cseq_header, NULL, NULL, sip_free_phdr},
71 {"VIA", "v", sip_parse_via_header, NULL, NULL, sip_free_phdr},
73 sip_free_phdr},
78 {"ACCEPT", NULL, sip_parse_acpt_header, NULL, NULL, sip_free_phdr},
80 sip_free_phdr},
82 sip_free_phdr},
83 {"ALERT-INFO", NULL, sip_parse_alert_header, NULL, NULL, sip_free_phdr},
84 {"ALLOW", NULL, sip_parse_allow_header, NULL, NULL, sip_free_phdr},
86 sip_free_phdr},
88 sip_free_phdr},
90 sip_free_phdr},
92 sip_free_phdr},
93 {"DATE", NULL, sip_parse_date_header, NULL, NULL, sip_free_phdr},
95 sip_free_phdr},
96 {"EXPIRES", NULL, sip_parse_expire_header, NULL, NULL, sip_free_phdr},
98 sip_free_phdr},
100 sip_free_phdr},
102 sip_free_phdr},
103 {"ORGANIZATION", NULL, sip_parse_org_header, NULL, NULL, sip_free_phdr},
105 sip_free_phdr},
106 {"REQUIRE", NULL, sip_parse_require_header, NULL, NULL, sip_free_phdr},
107 {"REPLY-TO", NULL, sip_parse_replyto_header, NULL, NULL, sip_free_phdr},
109 sip_free_phdr},
110 {"SERVER", NULL, sip_parse_server_header, NULL, NULL, sip_free_phdr},
111 {"SUBJECT", "s", sip_parse_subject_header, NULL, NULL, sip_free_phdr},
113 sip_free_phdr},
115 sip_free_phdr},
116 {"SUPPORTED", "k", sip_parse_support_header, NULL, NULL, sip_free_phdr},
118 sip_free_phdr},
119 {"WARNING", NULL, sip_parse_warn_header, NULL, NULL, sip_free_phdr},
121 sip_free_phdr},
122 {"EVENT", "o", sip_parse_event_header, NULL, NULL, sip_free_phdr},
124 sip_free_phdr},
126 sip_free_phdr},
128 sip_free_phdr},
130 sip_free_phdr},
132 sip_free_phdr},
134 sip_free_phdr},
136 sip_free_phdr},
137 {"RSEQ", NULL, sip_parse_rseq, NULL, NULL, sip_free_phdr},
138 {"RACK", NULL, sip_parse_rack, NULL, NULL, sip_free_phdr},
140 sip_free_phdr},
142 sip_free_phdr},
143 {"PRIVACY", NULL, sip_parse_privacy_header, NULL, NULL, sip_free_phdr},
176 sip_free_phdr(sip_parsed_header_t *header)