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

/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dasn_mime.c109 #define MAX_SMLEN 1024 macro
461 char linebuf[MAX_SMLEN];
471 while ((len = BIO_read(in, linebuf, MAX_SMLEN)) > 0)
476 while ((len = BIO_gets(in, linebuf, MAX_SMLEN)) > 0) {
528 char linebuf[MAX_SMLEN];
541 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
582 char linebuf[MAX_SMLEN];
590 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {

Completed in 45 milliseconds