Home
last modified time | relevance | path

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

/external/openssl/crypto/asn1/
Dasn_mime.c105 static int strip_eol(char *linebuf, int *plen);
561 eol = strip_eol(linebuf, &len); in SMIME_crlf_copy()
633 next_eol = strip_eol(linebuf, &len); in multi_split()
935 static int strip_eol(char *linebuf, int *plen) in strip_eol() function