Home
last modified time | relevance | path

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

/external/curl/lib/
Dmemdebug.h105 CURL_EXTERN ALLOC_FUNC FILE *curl_dbg_fopen(const char *file, const char *mode,
176 #define fopen(file,mode) curl_dbg_fopen(file,mode,__LINE__,__FILE__)
Dmemdebug.c416 ALLOC_FUNC FILE *curl_dbg_fopen(const char *file, const char *mode, in curl_dbg_fopen() function