Searched defs:upload (Results 1 – 1 of 1) sorted by relevance
45 struct upload { struct46 enum uploadst state; argument48 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 …]