Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_ipfs.c66 char *gateway_composed_file_path = NULL; in ipfs_gateway() local
90 gateway_composed_file_path = aprintf("%sgateway", ipfs_path); in ipfs_gateway()
92 if(!gateway_composed_file_path) in ipfs_gateway()
95 gateway_file = fopen(gateway_composed_file_path, FOPEN_READTEXT); in ipfs_gateway()
96 Curl_safefree(gateway_composed_file_path); in ipfs_gateway()

Completed in 8 milliseconds