OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_read_chunk
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gzip.py
43
max_read_chunk
= 10 * 1024 * 1024 # 10Mb
variable in class:GzipFile
255
readsize = min(self.
max_read_chunk
, readsize * 2)
262
readsize = min(self.
max_read_chunk
, readsize * 2)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gzip.py
43
max_read_chunk
= 10 * 1024 * 1024 # 10Mb
variable in class:GzipFile
255
readsize = min(self.
max_read_chunk
, readsize * 2)
262
readsize = min(self.
max_read_chunk
, readsize * 2)
Completed in 396 milliseconds