Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/rsync/
H A Duploader.c45 struct upload { struct
46 enum uploadst state; argument
47 char *buf; /* if not NULL, pending upload */ 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 */
52 mode_t oumask; /* umask for creating files */
53 char *root; /* destination directory path */
54 int rootfd; /* destination directory */
[all …]