Searched refs:compact_name (Results 1 – 1 of 1) sorted by relevance
803 char *compact_name = NULL; in sip_search_for_header() local817 compact_name = header_f_table->header_short_name; in sip_search_for_header()820 if (compact_name != NULL) in sip_search_for_header()821 compact_len = strlen(compact_name); in sip_search_for_header()868 if (compact_name != NULL && (compact_len <= len) && in sip_search_for_header()869 strncasecmp(header->sip_hdr_current, compact_name, in sip_search_for_header()877 header_name = compact_name; in sip_search_for_header()