Searched refs:getout (Results 1 – 8 of 8) sorted by relevance
85 struct getout { struct86 struct getout *next; /* next one */ argument
34 struct getout *urlnode;128 struct getout *url_list; /* point to the first node */129 struct getout *url_last; /* point to the last/current node */130 struct getout *url_get; /* point to the node to fill in URL */131 struct getout *url_out; /* point to the node to fill in outfile */132 struct getout *url_ul; /* point to the node to fill in upload */
29 struct getout *new_getout(struct OperationConfig *config);
41 struct getout *next; in clean_getout()42 struct getout *node = config->url_list; in clean_getout()
42 struct getout *new_getout(struct OperationConfig *config) in new_getout()44 struct getout *node = calloc(1, sizeof(struct getout)); in new_getout()45 struct getout *last = config->url_last; in new_getout()
53 struct getout *urlnode; in free_config_fields()101 struct getout *next = urlnode->next; in free_config_fields()
1040 struct getout *url; in getparameter()
1811 struct getout *urlnode; in single_transfer()
Completed in 44 milliseconds