Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_ipfs.c67 FILE *gateway_file = NULL; in ipfs_gateway() local
95 gateway_file = fopen(gateway_composed_file_path, FOPEN_READTEXT); in ipfs_gateway()
98 if(gateway_file) { in ipfs_gateway()
104 while((c = getc(gateway_file)) != EOF && c != '\n' && c != '\r') { in ipfs_gateway()
110 fclose(gateway_file); in ipfs_gateway()
111 gateway_file = NULL; in ipfs_gateway()
127 if(gateway_file) in ipfs_gateway()
128 fclose(gateway_file); in ipfs_gateway()

Completed in 7 milliseconds