Searched refs:getout (Results 1 – 9 of 9) sorted by relevance
104 struct getout *url_list; /* point to the first node */105 struct getout *url_last; /* point to the last/current node */106 struct getout *url_get; /* point to the node to fill in URL */107 struct getout *url_out; /* point to the node to fill in outfile */
103 struct getout { struct104 struct getout *next; /* next one */ argument
40 struct getout *new_getout(struct OperationConfig *config) in new_getout()42 struct getout *node = calloc(1, sizeof(struct getout)); in new_getout()43 struct getout *last = config->url_last; in new_getout()
40 struct getout *next; in clean_getout()41 struct getout *node = config->url_list; in clean_getout()
48 struct getout *urlnode; in free_config_fields()88 struct getout *next = urlnode->next; in free_config_fields()
26 struct getout *new_getout(struct OperationConfig *config);
723 struct getout *url; in getparameter()1564 struct getout *url; in getparameter()1701 struct getout *url; in getparameter()
816 struct getout *url; in parse_metalink()
196 struct getout *urlnode; in operate_do()