Searched refs:len_f (Results 1 – 2 of 2) sorted by relevance
242 int i, len_t, len_f; in test_condition_domain() local246 len_f = found_domain == NULL ? 0 : strlen(found_domain); in test_condition_domain()253 for (i = 0; i < len_f; i++) in test_condition_domain()255 found[len_f] = '\0'; in test_condition_domain()
2716 int len_n, len_v, len_t, len_f; local2743 len_f = strlen(h->h_field) + 1;2744 len_t = len_f + strlen(hv) + 1;2754 len_n = dequote_internal_chars(h->h_field, buf, len_f);2755 SM_ASSERT(len_n < len_f);