Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_headers.c801 char *compact_name = NULL; in sip_search_for_header() local
815 compact_name = header_f_table->header_short_name; in sip_search_for_header()
818 if (compact_name != NULL) in sip_search_for_header()
819 compact_len = strlen(compact_name); in sip_search_for_header()
866 if (compact_name != NULL && (compact_len <= len) && in sip_search_for_header()
867 strncasecmp(header->sip_hdr_current, compact_name, in sip_search_for_header()
875 header_name = compact_name; in sip_search_for_header()