Searched refs:MAXLINESIZE (Results 1 – 6 of 6) sorted by relevance
10 MAXLINESIZE = 76 variable94 while len(thisline) > MAXLINESIZE:97 write(thisline[:MAXLINESIZE-1], lineEnd='=\n')98 thisline = thisline[MAXLINESIZE-1:]
289 MAXLINESIZE = 76 # Excluding the CRLF variable290 MAXBINSIZE = (MAXLINESIZE//4)*3
10 MAXLINESIZE = 76 variable95 while len(thisline) > MAXLINESIZE:98 write(thisline[:MAXLINESIZE-1], lineEnd=b'=\n')99 thisline = thisline[MAXLINESIZE-1:]
505 MAXLINESIZE = 76 # Excluding the CRLF variable506 MAXBINSIZE = (MAXLINESIZE//4)*3
1287 #define MAXLINESIZE 76 macro1446 if ((linelen + 3) >= MAXLINESIZE) { in binascii_b2a_qp_impl()1479 (linelen + 1) >= MAXLINESIZE) { in binascii_b2a_qp_impl()1520 if ((linelen + 3 )>= MAXLINESIZE) { in binascii_b2a_qp_impl()1557 (linelen + 1) >= MAXLINESIZE) { in binascii_b2a_qp_impl()
1174 #define MAXLINESIZE 76 macro1334 if ((linelen + 3) >= MAXLINESIZE) { in binascii_b2a_qp()1367 (linelen + 1) >= MAXLINESIZE) { in binascii_b2a_qp()1413 if ((linelen + 3 )>= MAXLINESIZE) { in binascii_b2a_qp()1450 (linelen + 1) >= MAXLINESIZE) { in binascii_b2a_qp()