Home
last modified time | relevance | path

Searched refs:sip_header_functions (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libsip/common/
H A Dsip_headers.c259 assert(sip_header->sip_header_functions != NULL); in sip_free_header()
260 if (sip_header->sip_header_functions->header_free != NULL) { in sip_free_header()
261 sip_header->sip_header_functions->header_free( in sip_free_header()
288 to->sip_header_functions = from->sip_header_functions; in sip_dup_header()
364 new_header->sip_header_functions = header->sip_header_functions; in _sip_copy_header()
893 header->sip_header_functions = header_f_table; in sip_search_for_header()
H A Dsip_msg.h75 sip_header_function_t *sip_header_functions; member
508 #define sip_header_parse sip_header_functions->header_parse_func
509 #define sip_header_name sip_header_functions->header_name
H A Dsip_ui.c145 ret = _sip_header->sip_header_functions->header_parse_func( in sip_get_header_value()
903 new_header->sip_header_functions = _sip_header->sip_header_functions; in sip_add_param()
H A Dsip_dialog.c842 assert(hdr->sip_header_functions != NULL); in sip_dlg_xchg_from_to()
847 newhdr->sip_header_functions = hdr->sip_header_functions; in sip_dlg_xchg_from_to()
H A Dsip_parse_hdrs.c1647 sip_header_functions->header_name) == 0) && in sip_parse_cftr_header()