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

/external/curl/lib/
H A Dmemdebug.h76 CURL_EXTERN int curl_fclose(FILE *file, int line, const char *source);
150 #define fclose(file) curl_fclose(file,__LINE__,__FILE__)
H A Dmemdebug.c444 int curl_fclose(FILE *file, int line, const char *source) function

Completed in 51 milliseconds