Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/asn1/
Dasn_mime.c55 static int mime_bound_check(char *line, int linelen, const char *bound, int blen);
591 state = mime_bound_check(linebuf, len, bound, blen); in multi_split()
936 static int mime_bound_check(char *line, int linelen, const char *bound, int blen) in mime_bound_check() function