Home
last modified time | relevance | path

Searched refs:url_out (Results 1 – 3 of 3) sorted by relevance

/external/curl/src/
Dtool_getparam.c1702 if(config->url_out || ((config->url_out = config->url_list) != NULL)) { in getparameter()
1705 while(config->url_out && (config->url_out->flags & GETOUT_OUTFILE)) in getparameter()
1706 config->url_out = config->url_out->next; in getparameter()
1711 if(config->url_out) in getparameter()
1713 url = config->url_out; in getparameter()
1839 if(config->url_out || ((config->url_out = config->url_list) != NULL)) { in getparameter()
1842 while(config->url_out && (config->url_out->flags & GETOUT_UPLOAD)) in getparameter()
1843 config->url_out = config->url_out->next; in getparameter()
1848 if(config->url_out) in getparameter()
1850 url = config->url_out; in getparameter()
Dtool_cfgable.h110 struct getout *url_out; /* point to the node to fill in outfile */ member
Dtool_cfgable.c102 config->url_out = NULL; in free_config_fields()