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

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_headers.c59 sip_header_function_t sip_header_function_table[] = { variable
148 sizeof (sip_header_function_table) / sizeof (sip_header_function_t)
713 _sip_get_header_functions(sip_header_function_t *sip_header_function_table, argument
740 while (sip_header_function_table[i].header_name != NULL ||
741 sip_header_function_table[i].header_short_name != NULL) {
742 if (sip_header_function_table[i].header_name != NULL &&
744 strlen(sip_header_function_table[i].header_name)) {
746 sip_header_function_table[i].
750 } else if (sip_header_function_table[i].
752 strlen(sip_header_function_table[
[all...]

Completed in 15 milliseconds