Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_ipfs.c62 static char *ipfs_gateway(void) in ipfs_gateway() function
166 if(config->ipfs_gateway) { in ipfs_url_rewrite()
168 if(ensure_trailing_slash(&config->ipfs_gateway) != CURLE_OK) { in ipfs_url_rewrite()
173 if(!curl_url_set(gatewayurl, CURLUPART_URL, config->ipfs_gateway, in ipfs_url_rewrite()
175 gateway = strdup(config->ipfs_gateway); in ipfs_url_rewrite()
189 gateway = ipfs_gateway(); in ipfs_url_rewrite()
H A Dtool_cfgable.h134 char *ipfs_gateway; member
H A Dtool_cfgable.c114 Curl_safefree(config->ipfs_gateway); in free_config_fields()
H A Dtool_getparam.c1328 err = getstr(&config->ipfs_gateway, nextarg, DENY_BLANK); in getparameter()

Completed in 15 milliseconds