Searched refs:have_more (Results 1 – 4 of 4) sorted by relevance
53 bool have_more = true; in search() local54 while(have_more) in search()66 have_more = read == size; in search()
42 bool have_more = true; in search() local44 while(have_more) in search()56 have_more = read == size; in search()
104 bool have_more = true;106 while(have_more)118 have_more = read == size;
663 bool have_more = i + 1 < buffer_size; in BufferToHexText() local666 if (have_more) { text += ','; } in BufferToHexText()668 if (have_more && in BufferToHexText()