Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_headers.c57 sip_header_function_t sip_header_function_table[] = { variable
146 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() argument
738 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 …]