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

Lines Matching refs:end1

30 	pos1(0), end1(0),
134 end1 = temp;
136 end1 = 0;
151 bool ret = !(end1 == 0 && end2 == 0);
153 if (end1 == -1)
154 end1 = 0;
172 if (pos1 >= end1) {
179 while (temp_pos < end1 && ok) {
188 if (!ok || !end1)
201 return end1 != 0 || result.length() != 0;
211 out.write(buf1, end1);
214 end1 = end2 = 0;