Searched refs:temp_read (Results 1 – 1 of 1) sorted by relevance
206 int temp_read = pp->buf_size - pp->buf_off; in PipeRead() local207 memcpy(buf, pp->buf + pp->buf_off, temp_read); in PipeRead()208 memcpy(buf + temp_read, pp->buf, to_read - temp_read); in PipeRead()209 pp->buf_off = to_read - temp_read; in PipeRead()