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