Searched refs:MAXLINESIZE (Results 1 – 3 of 3) sorted by relevance
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()