Lines Matching defs:State
33 struct State { struct
34 struct getout *urlnode;
35 struct URLGlob *inglob;
36 struct URLGlob *urls;
37 char *outfiles;
38 char *httpgetfields;
39 char *uploadfile;
40 curl_off_t infilenum; /* number of files to upload */
41 curl_off_t up; /* upload file counter within a single upload glob */
42 curl_off_t urlnum; /* how many iterations this single URL has with ranges
44 curl_off_t li;