Lines Matching defs:scr_len
70 uint64_t scr_len; /* amount of data */
372 stamp.scr_len = cc;
405 stamp.scr_len = bswap64(stamp.scr_len); \
465 if (reg && stamp.scr_len >
469 save_len += stamp.scr_len;
480 (void)consume(fp, stamp.scr_len, buf, reg);
489 (void)consume(fp, stamp.scr_len, buf, reg);
493 (void)consume(fp, stamp.scr_len, buf, reg);
505 while (stamp.scr_len > 0) {
506 l = MIN(DEF_BUF, stamp.scr_len);
511 stamp.scr_len -= l;