Home
last modified time | relevance | path

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

/external/curl/lib/
Dmemdebug.h74 CURL_EXTERN FILE *curl_fopen(const char *file, const char *mode, int line,
150 #define fopen(file,mode) curl_fopen(file,mode,__LINE__,__FILE__)
Dmemdebug.c419 FILE *curl_fopen(const char *file, const char *mode, in curl_fopen() function