Home
last modified time | relevance | path

Searched refs:getout (Results 1 – 8 of 8) sorted by relevance

/curl/src/
H A Dtool_sdecls.h85 struct getout { struct
86 struct getout *next; /* next one */ argument
H A Dtool_cfgable.h34 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 */
H A Dtool_paramhlp.h29 struct getout *new_getout(struct OperationConfig *config);
H A Dtool_operhlp.c41 struct getout *next; in clean_getout()
42 struct getout *node = config->url_list; in clean_getout()
H A Dtool_paramhlp.c42 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()
H A Dtool_cfgable.c53 struct getout *urlnode; in free_config_fields()
101 struct getout *next = urlnode->next; in free_config_fields()
H A Dtool_getparam.c1040 struct getout *url; in getparameter()
H A Dtool_operate.c1811 struct getout *urlnode; in single_transfer()

Completed in 44 milliseconds