Searched refs:curl_dbg_fclose (Results 1 – 2 of 2) sorted by relevance
85 CURL_EXTERN int curl_dbg_fclose(FILE *file, int line, const char *source);154 #define fclose(file) curl_dbg_fclose(file,__LINE__,__FILE__)
418 int curl_dbg_fclose(FILE *file, int line, const char *source) in curl_dbg_fclose() function