Home
last modified time | relevance | path

Searched defs:blkstat (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/usr.bin/rsync/
H A Dextern.h204 struct blkstat { struct
212 enum blkstatst curst; /* FSM for sending file blocks */ argument
213 off_t curpos; /* sending: position in file to send */
214 off_t curlen; /* sending: length of send */
215 int32_t curtok; /* sending: next matching token or zero */
216 struct blktab *blktab; /* hashtable of blocks */
217 uint32_t s1; /* partial sum for computing fast hash */
218 uint32_t s2; /* partial sum for computing fast hash */
219 MD4_CTX ctx; /* context for hash_file */