Home
last modified time | relevance | path

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

/openbsd/usr.bin/rsync/
H A Duploader.c45 struct upload { struct
46 enum uploadst state; argument
48 size_t bufsz; /* size of buf */
49 size_t bufmax; /* maximum size of buf */
50 size_t bufpos; /* position in buf */
51 size_t idx; /* current transfer index */
54 int rootfd; /* destination directory */
55 size_t csumlen; /* checksum length */
57 const struct flist *fl; /* file list */
58 size_t flsz; /* size of file list */
[all …]