Home
last modified time | relevance | path

Searched refs:curl_dbg_fclose (Results 1 – 2 of 2) sorted by relevance

/curl/lib/
H A Dmemdebug.h110 CURL_EXTERN int curl_dbg_fclose(FILE *file, int line, const char *source);
188 #define fclose(file) curl_dbg_fclose(file,__LINE__,__FILE__)
H A Dmemdebug.c419 int curl_dbg_fclose(FILE *file, int line, const char *source) in curl_dbg_fclose() function

Completed in 7 milliseconds