Searched refs:MAX_SMLEN (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn_mime.c112 #define MAX_SMLEN 1024 macro
531 char linebuf[MAX_SMLEN];
541 while ((len = BIO_read(in, linebuf, MAX_SMLEN)) > 0)
546 while ((len = BIO_gets(in, linebuf, MAX_SMLEN)) > 0) {
598 char linebuf[MAX_SMLEN];
611 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
654 char linebuf[MAX_SMLEN];
662 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {

Completed in 99 milliseconds