Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dcurl_setup.h351 # define fopen(fname,mode) curlx_win32_fopen(fname, mode)
355 FILE *curlx_win32_fopen(const char *filename, const char *mode);
374 # define fopen(fname,mode) curlx_win32_fopen(fname, mode)
378 FILE *curlx_win32_fopen(const char *filename, const char *mode);
Dcurl_multibyte.c117 FILE *curlx_win32_fopen(const char *filename, const char *mode) in curlx_win32_fopen() function