Searched refs:gateway_file (Results 1 – 1 of 1) sorted by relevance
66 FILE *gateway_file = NULL; in ipfs_gateway() local94 gateway_file = fopen(gateway_composed_file_path, FOPEN_READTEXT); in ipfs_gateway()97 if(gateway_file) { in ipfs_gateway()103 while((c = getc(gateway_file)) != EOF && c != '\n' && c != '\r') { in ipfs_gateway()109 fclose(gateway_file); in ipfs_gateway()110 gateway_file = NULL; in ipfs_gateway()126 if(gateway_file) in ipfs_gateway()127 fclose(gateway_file); in ipfs_gateway()
Completed in 3 milliseconds