Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsip/common/
H A Dsip_headers.c778 sip_header_function_t *header_f_table = NULL; in sip_get_header_functions() local
781 header_f_table = _sip_get_header_functions( in sip_get_header_functions()
784 if (header_f_table != NULL) in sip_get_header_functions()
785 return (header_f_table); in sip_get_header_functions()
805 sip_header_function_t *header_f_table = NULL; in sip_search_for_header() local
814 header_f_table = sip_get_header_functions(NULL, header_name); in sip_search_for_header()
815 if (header_f_table != NULL) { in sip_search_for_header()
816 full_name = header_f_table->header_name; in sip_search_for_header()
817 compact_name = header_f_table->header_short_name; in sip_search_for_header()
823 header_f_table = &sip_header_function_table[0]; in sip_search_for_header()
[all …]