Home
last modified time | relevance | path

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

/external/curl/lib/
Dmemdebug.h80 CURL_EXTERN int curl_fclose(FILE *file, int line, const char *source);
153 #define fclose(file) curl_fclose(file,__LINE__,__FILE__)
Dmemdebug.c445 int curl_fclose(FILE *file, int line, const char *source) in curl_fclose() function