Searched defs:getout (Results 1 – 2 of 2) sorted by relevance
94 struct getout { struct95 struct getout *next; /* next one */ argument96 char *url; /* the URL we deal with */97 char *outfile; /* where to store the output */98 char *infile; /* file to upload, if GETOUT_UPLOAD is set */99 int flags; /* options - composed of GETOUT_* bits */100 int num; /* which URL number in an invocation */
704 static void getout(void) in getout() function