Home
last modified time | relevance | path

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

/third_party/curl/src/
H A Dtool_ipfs.c65 char *ipfs_path = NULL; in ipfs_gateway() local
78 ipfs_path = curlx_getenv("IPFS_PATH"); in ipfs_gateway()
80 if(!ipfs_path) { in ipfs_gateway()
83 ipfs_path = aprintf("%s/.ipfs/", home); in ipfs_gateway()
89 if(!ipfs_path || ensure_trailing_slash(&ipfs_path)) in ipfs_gateway()
92 gateway_composed_file_path = aprintf("%sgateway", ipfs_path); in ipfs_gateway()
124 Curl_safefree(ipfs_path); in ipfs_gateway()
132 Curl_safefree(ipfs_path); in ipfs_gateway()

Completed in 1 milliseconds