Lines Matching refs:chunk
268 chunk = self.extrabuf[offset: offset + size]
272 return chunk
300 # Read a chunk of data from the file
459 # conditions: 1) there's no newline, and the chunk is
466 bufs.append(c[:i + 1]) # Add portion of last chunk
467 self._unread(c[i + 1:]) # Push back rest of chunk
470 # Append chunk to list, decrease 'size',
508 chunk = f.read(1024)
509 if not chunk:
511 g.write(chunk)