Searched defs:getout (Results 1 – 1 of 1) sorted by relevance
85 struct getout { struct86 struct getout *next; /* next one */ argument87 char *url; /* the URL we deal with */88 char *outfile; /* where to store the output */89 char *infile; /* file to upload, if GETOUT_UPLOAD is set */90 int flags; /* options - composed of GETOUT_* bits */91 int num; /* which URL number in an invocation */
Completed in 5 milliseconds