Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_headers.c776 sip_header_function_t *header_f_table = NULL; in sip_get_header_functions() local
779 header_f_table = _sip_get_header_functions( in sip_get_header_functions()
782 if (header_f_table != NULL) in sip_get_header_functions()
783 return (header_f_table); in sip_get_header_functions()
803 sip_header_function_t *header_f_table = NULL; in sip_search_for_header() local
812 header_f_table = sip_get_header_functions(NULL, header_name); in sip_search_for_header()
813 if (header_f_table != NULL) { in sip_search_for_header()
814 full_name = header_f_table->header_name; in sip_search_for_header()
815 compact_name = header_f_table->header_short_name; in sip_search_for_header()
821 header_f_table = &sip_header_function_table[0]; in sip_search_for_header()
[all …]