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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_mime.c109 #define MAX_SMLEN 1024 macro
327 char linebuf[MAX_SMLEN];
329 while((len = BIO_read(in, linebuf, MAX_SMLEN)) > 0)
334 while ((len = BIO_gets(in, linebuf, MAX_SMLEN)) > 0) {
378 char linebuf[MAX_SMLEN];
391 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
432 char linebuf[MAX_SMLEN];
438 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_mime.c110 #define MAX_SMLEN 1024 macro
385 char linebuf[MAX_SMLEN];
387 while((len = BIO_read(in, linebuf, MAX_SMLEN)) > 0)
393 while ((len = BIO_gets(in, linebuf, MAX_SMLEN)) > 0) {
437 char linebuf[MAX_SMLEN];
450 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
491 char linebuf[MAX_SMLEN];
497 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {

Completed in 94 milliseconds