Searched refs:sip_header_function_table (Results 1 – 1 of 1) sorted by relevance
59 sip_header_function_t sip_header_function_table[] = { variable148 sizeof (sip_header_function_table) / sizeof (sip_header_function_t)713 _sip_get_header_functions(sip_header_function_t *sip_header_function_table, in _sip_get_header_functions() argument740 while (sip_header_function_table[i].header_name != NULL || in _sip_get_header_functions()741 sip_header_function_table[i].header_short_name != NULL) { in _sip_get_header_functions()742 if (sip_header_function_table[i].header_name != NULL && in _sip_get_header_functions()744 strlen(sip_header_function_table[i].header_name)) { in _sip_get_header_functions()746 sip_header_function_table[i]. in _sip_get_header_functions()750 } else if (sip_header_function_table[i]. in _sip_get_header_functions()752 strlen(sip_header_function_table[i]. in _sip_get_header_functions()[all …]