Searched refs:curl_dbg_fclose (Results 1 – 2 of 2) sorted by relevance
110 CURL_EXTERN int curl_dbg_fclose(FILE *file, int line, const char *source);188 #define fclose(file) curl_dbg_fclose(file,__LINE__,__FILE__)
419 int curl_dbg_fclose(FILE *file, int line, const char *source) in curl_dbg_fclose() function
Completed in 7 milliseconds