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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_headers.c259 assert(sip_header->sip_header_functions != NULL);
260 if (sip_header->sip_header_functions->header_free != NULL) {
261 sip_header->sip_header_functions->header_free(
288 to->sip_header_functions = from->sip_header_functions;
364 new_header->sip_header_functions = header->sip_header_functions;
893 header->sip_header_functions = header_f_table;
H A Dsip_msg.h75 sip_header_function_t *sip_header_functions; member in struct:sip_header
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(
903 new_header->sip_header_functions = _sip_header->sip_header_functions;
H A Dsip_dialog.c842 assert(hdr->sip_header_functions != NULL);
847 newhdr->sip_header_functions = hdr->sip_header_functions;
H A Dsip_parse_hdrs.c1647 sip_header_functions->header_name) == 0) &&

Completed in 55 milliseconds