Home
last modified time | relevance | path

Searched refs:new_getout (Results 1 – 4 of 4) sorted by relevance

/external/curl/src/
Dtool_paramhlp.h26 struct getout *new_getout(struct OperationConfig *config);
Dtool_getparam.c859 config->url_get = url = new_getout(config); in getparameter()
1898 config->url_out = url = new_getout(config); in getparameter()
2039 config->url_ul = url = new_getout(config); in getparameter()
Dtool_paramhlp.c40 struct getout *new_getout(struct OperationConfig *config) in new_getout() function
Dtool_metalink.c861 url = new_getout(config); in parse_metalink()