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