Home
last modified time | relevance | path

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

/crypto/asn1/
A Dasn_mime.c56 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() argument
1034 if (linelen < 0 || blen < 0) in mime_bound_check()
1037 if (blen + 2 > linelen) in mime_bound_check()

Completed in 6 milliseconds