Searched defs:compact_name (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_headers.c803 char *compact_name = NULL; local
817 compact_name = header_f_table->header_short_name;
820 if (compact_name != NULL)
821 compact_len = strlen(compact_name);
868 if (compact_name != NULL && (compact_len <= len) &&
869 strncasecmp(header->sip_hdr_current, compact_name,
877 header_name = compact_name;

Completed in 50 milliseconds