Searched defs:upload (Results 1 – 1 of 1) sorted by relevance
45 struct upload { struct46 enum uploadst state; argument47 char *buf; /* if not NULL, pending upload */ 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 */52 mode_t oumask; /* umask for creating files */53 char *root; /* destination directory path */54 int rootfd; /* destination directory */[all …]