Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_setup.h332 # define fopen(fname,mode) curlx_win32_fopen(fname, mode)
335 FILE *curlx_win32_fopen(const char *filename, const char *mode);
353 # define fopen(fname,mode) curlx_win32_fopen(fname, mode)
356 FILE *curlx_win32_fopen(const char *filename, const char *mode);
Dcurl_multibyte.c85 FILE *curlx_win32_fopen(const char *filename, const char *mode) in curlx_win32_fopen() function
/external/curl/
DCHANGES3772 - tests/libtest: fix undefined reference to 'curlx_win32_fopen'
3774 Since curl_setup.h now makes use of curlx_win32_fopen for Win32