Lines Matching refs:bytestream2_get_bytes_left
60 while (bytestream2_get_bytes_left(gb) > 0) {
63 while (bytestream2_get_bytes_left(gb) > 0) {
118 } while (!bytestream2_peek_byte(gb) && bytestream2_get_bytes_left(gb) > 0);
188 } while (!bytestream2_peek_byte(gb) && bytestream2_get_bytes_left(gb) > 0);
248 } while (!bytestream2_peek_byte(gb) && bytestream2_get_bytes_left(gb) > 0);
296 while (bytestream2_get_bytes_left(gb) > 0) {
299 while (bytestream2_get_bytes_left(gb) > 0) {
300 while (bytestream2_get_bytes_left(gb) > 0) {
326 } while (len && bytestream2_get_bytes_left(gb) > 0);
333 } while (opcode && bytestream2_get_bytes_left(gb) > 0);
335 while (bytestream2_get_bytes_left(gb) > 0) {
363 } while (len && bytestream2_get_bytes_left(&gbc) > 0);
371 } while (!bytestream2_peek_byte(gb) && bytestream2_get_bytes_left(gb) > 0);
391 } while (len && bytestream2_get_bytes_left(&gbc) > 0);
421 if (size > bytestream2_get_bytes_left(gb))
475 if (size > bytestream2_get_bytes_left(gb))