Searched refs:linelen (Results 1 – 1 of 1) sorted by relevance
56 static int mime_bound_check(char *line, int linelen, const char *bound, int blen);1032 static int mime_bound_check(char *line, int linelen, const char *bound, int blen) in mime_bound_check() argument1034 if (linelen < 0 || blen < 0) in mime_bound_check()1037 if (blen + 2 > linelen) in mime_bound_check()
Completed in 6 milliseconds