Searched refs:curl_fclose (Results 1 – 2 of 2) sorted by relevance
80 CURL_EXTERN int curl_fclose(FILE *file, int line, const char *source);153 #define fclose(file) curl_fclose(file,__LINE__,__FILE__)
445 int curl_fclose(FILE *file, int line, const char *source) in curl_fclose() function