Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_ipfs.c64 char *ipfs_path = NULL; in ipfs_gateway() local
77 ipfs_path = curl_getenv("IPFS_PATH"); in ipfs_gateway()
79 if(!ipfs_path) { in ipfs_gateway()
82 ipfs_path = aprintf("%s/.ipfs/", home); in ipfs_gateway()
86 if(!ipfs_path || ensure_trailing_slash(&ipfs_path)) in ipfs_gateway()
89 gateway_composed_file_path = aprintf("%sgateway", ipfs_path); in ipfs_gateway()
121 Curl_safefree(ipfs_path); in ipfs_gateway()
129 Curl_safefree(ipfs_path); in ipfs_gateway()

Completed in 3 milliseconds