Home | History | Annotate | Download | only in libutil++

Lines Matching refs:end2

31 	pos2(0), end2(0),
140 if (end2 >= sz_buf2) {
145 ssize_t temp = read(fd2, buf2 + end2, sz_buf2 - end2);
147 end2 += temp;
151 bool ret = !(end1 == 0 && end2 == 0);
155 if (end2 == -1)
156 end2 = 0;
171 int temp = end2;
194 if (ok && temp != end2)
212 err.write(buf2, end2);
214 end1 = end2 = 0;