Symbol: blkset
usr.bin/rsync/blocks.c
143
const struct blkset *blks, const char *path, int recomp)
usr.bin/rsync/blocks.c
249
blk_match(struct sess *sess, const struct blkset *blks,
usr.bin/rsync/blocks.c
331
blk_recv_ack(char buf[20], const struct blkset *blocks, int32_t idx)
usr.bin/rsync/blocks.c
354
struct blkset *
usr.bin/rsync/blocks.c
357
struct blkset *s;
usr.bin/rsync/blocks.c
363
if ((s = calloc(1, sizeof(struct blkset))) == NULL) {
usr.bin/rsync/blocks.c
454
blk_send_ack(struct sess *sess, int fd, struct blkset *p)
usr.bin/rsync/blocks.c
496
const struct blkset *p, const char *path)
usr.bin/rsync/blocks.c
89
blkhash_set(struct blktab *p, const struct blkset *bset)
usr.bin/rsync/downloader.c
122
memset(&p->blk, 0, sizeof(struct blkset));
usr.bin/rsync/downloader.c
55
struct blkset blk; /* its blocks */
usr.bin/rsync/extern.h
378
int blkhash_set(struct blktab *, const struct blkset *);
usr.bin/rsync/extern.h
381
struct blkset *blk_recv(struct sess *, int, const char *);
usr.bin/rsync/extern.h
382
void blk_recv_ack(char [20], const struct blkset *, int32_t);
usr.bin/rsync/extern.h
383
void blk_match(struct sess *, const struct blkset *,
usr.bin/rsync/extern.h
385
int blk_send(struct sess *, int, size_t, const struct blkset *,
usr.bin/rsync/extern.h
387
int blk_send_ack(struct sess *, int, struct blkset *);
usr.bin/rsync/sender.c
38
struct blkset *blks; /* the sender's block information */
usr.bin/rsync/uploader.c
112
init_blkset(struct blkset *p, off_t sz)
usr.bin/rsync/uploader.c
149
init_blk(struct blk *p, const struct blkset *set, off_t offs,
usr.bin/rsync/uploader.c
870
struct blkset blk;
usr.bin/rsync/uploader.c
985
memset(&blk, 0, sizeof(struct blkset));