Lines Matching defs:nextbuf
2454 const struct BUFFER *nextbuf)
2470 if (nextbuf && (blk >= BASEBLKS)) {
2471 nextdata = nextbuf->block.data;
2613 const struct BUFFER *buf, const struct BUFFER *nextbuf)
2688 k = nextbuf->headsz;
2693 buf, nextbuf);
3317 const struct BUFFER *nextbuf)
3330 return (forward_rcrd(ctx, blk, pos, buf, nextbuf));
3434 const struct BUFFER *nextbuf)
3544 if (nextbuf && (blk >= BASEBLKS)) {
3545 nextdata = nextbuf->block.data;
3562 && (!nextbuf && (j == (cnt - 1)))) {
3586 const struct BUFFER *nextbuf;
3602 nextbuf = (const struct BUFFER*)NULL;
3611 nextbuf = buf;
3661 buf, prevbuf, nextbuf);
3841 const struct BUFFER *nextbuf;
3858 nextbuf = (struct BUFFER*)NULL;
3883 nextbuf = read_buffer(ctx,
3886 nextbuf = read_buffer(ctx,nextblk);
3887 if (nextbuf) {
3888 record = (const NTFS_RECORD*)&nextbuf->block.data;
3889 blkheadsz = nextbuf->headsz;
3911 pos = dorcrd(ctx, blk, pos, buf, nextbuf);
3925 nextbuf = read_buffer(ctx,nextblk);
3982 buf = nextbuf;
4012 buf = nextbuf;
4013 nextbuf = read_buffer(ctx, blk+1);
4014 startbuf = best_start(buf,nextbuf);
4015 if (startbuf && (startbuf == nextbuf)) {
4016 /* nextbuf is better, show blk */
4027 buf = nextbuf;
4030 if (optv && nextbuf) {
4036 hexdump(nextbuf->block.data,
4039 &nextbuf->block.record);
4050 nextbuf = (const struct BUFFER*)NULL;
4061 nextbuf = (const struct BUFFER*)NULL;