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:]
481 MAXLINESIZE = 76 # Excluding the CRLF variable482 MAXBINSIZE = (MAXLINESIZE//4)*3
1249 #define MAXLINESIZE 76 macro1411 if ((linelen + 3) >= MAXLINESIZE) { in binascii_b2a_qp_impl()1444 (linelen + 1) >= MAXLINESIZE) { in binascii_b2a_qp_impl()1488 if ((linelen + 3 )>= MAXLINESIZE) { in binascii_b2a_qp_impl()1525 (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()