Searched defs:getout (Results 1 – 2 of 2) 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 */
704 static void getout(void) in getout() function