Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_headers.c257 assert(sip_header->sip_header_functions != NULL); in sip_free_header()
258 if (sip_header->sip_header_functions->header_free != NULL) { in sip_free_header()
259 sip_header->sip_header_functions->header_free( in sip_free_header()
286 to->sip_header_functions = from->sip_header_functions; in sip_dup_header()
362 new_header->sip_header_functions = header->sip_header_functions; in _sip_copy_header()
891 header->sip_header_functions = header_f_table; in sip_search_for_header()
H A Dsip_msg.h73 sip_header_function_t *sip_header_functions; member
506 #define sip_header_parse sip_header_functions->header_parse_func
507 #define sip_header_name sip_header_functions->header_name
H A Dsip_ui.c143 ret = _sip_header->sip_header_functions->header_parse_func( in sip_get_header_value()
901 new_header->sip_header_functions = _sip_header->sip_header_functions; in sip_add_param()
H A Dsip_dialog.c840 assert(hdr->sip_header_functions != NULL); in sip_dlg_xchg_from_to()
845 newhdr->sip_header_functions = hdr->sip_header_functions; in sip_dlg_xchg_from_to()
H A Dsip_parse_hdrs.c1643 sip_header_functions->header_name) == 0) && in sip_parse_cftr_header()