Home
last modified time | relevance | path

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

/external/curl/lib/
Dmemdebug.h82 CURL_EXTERN int curl_dbg_fclose(FILE *file, int line, const char *source);
151 #define fclose(file) curl_dbg_fclose(file,__LINE__,__FILE__)
Dmemdebug.c460 int curl_dbg_fclose(FILE *file, int line, const char *source) in curl_dbg_fclose() function