Home
last modified time | relevance | path

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

/external/curl/lib/
Dmemdebug.h80 CURL_EXTERN FILE *curl_dbg_fopen(const char *file, const char *mode, int line,
148 #define fopen(file,mode) curl_dbg_fopen(file,mode,__LINE__,__FILE__)
Dmemdebug.c448 FILE *curl_dbg_fopen(const char *file, const char *mode, in curl_dbg_fopen() function