Home
last modified time | relevance | path

Searched defs:_MAXLINE (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Lib/
Dpoplib.py39 _MAXLINE = 2048 variable
Dnntplib.py44 _MAXLINE = 2048 variable
Dsmtplib.py60 _MAXLINE = 8192 # more than 8 times larger than RFC 821, 4.5.3 variable
Dhttplib.py217 _MAXLINE = 65536 variable
Dimaplib.py45 _MAXLINE = 1000000 variable
/external/python/cpython3/Lib/
Dpoplib.py48 _MAXLINE = 2048 variable
Dsmtplib.py66 _MAXLINE = 8192 # more than 8 times larger than RFC 821, 4.5.3 variable
Dnntplib.py92 _MAXLINE = 2048 variable
Dimaplib.py53 _MAXLINE = 1000000 variable
/external/python/cpython3/Lib/http/
Dclient.py109 _MAXLINE = 65536 variable