Searched refs:sip_header_function_table (Results 1 – 1 of 1) sorted by relevance
57 sip_header_function_t sip_header_function_table[] = { variable146 sizeof (sip_header_function_table) / sizeof (sip_header_function_t)711 _sip_get_header_functions(sip_header_function_t *sip_header_function_table, in _sip_get_header_functions() argument738 while (sip_header_function_table[i].header_name != NULL || in _sip_get_header_functions()739 sip_header_function_table[i].header_short_name != NULL) { in _sip_get_header_functions()740 if (sip_header_function_table[i].header_name != NULL && in _sip_get_header_functions()742 strlen(sip_header_function_table[i].header_name)) { in _sip_get_header_functions()744 sip_header_function_table[i]. in _sip_get_header_functions()748 } else if (sip_header_function_table[i]. in _sip_get_header_functions()750 strlen(sip_header_function_table[i]. in _sip_get_header_functions()[all …]