Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/asn1/
H A Dasn_mime.c105 static int mime_bound_check(char *line, int linelen, char *bound, int blen);
624 state = mime_bound_check(linebuf, len, bound, blen); in multi_split()
977 mime_bound_check(char *line, int linelen, char *bound, int blen) in mime_bound_check() function