Searched refs:curl_dbg_fdopen (Results 1 – 2 of 2) sorted by relevance
107 CURL_EXTERN ALLOC_FUNC FILE *curl_dbg_fdopen(int filedes, const char *mode,187 #define fdopen(file,mode) curl_dbg_fdopen(file,mode,__LINE__,__FILE__)
409 ALLOC_FUNC FILE *curl_dbg_fdopen(int filedes, const char *mode, in curl_dbg_fdopen() function
Completed in 5 milliseconds