Searched refs:header_f_table (Results 1 – 1 of 1) sorted by relevance
778 sip_header_function_t *header_f_table = NULL; in sip_get_header_functions() local781 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() local814 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 …]