Searched refs:oflag (Results 1 – 2 of 2) sorted by relevance
/curl/lib/ |
H A D | curl_multibyte.c | 91 int curlx_win32_open(const char *filename, int oflag, ...) in curlx_win32_open() argument 101 va_start(param, oflag); in curlx_win32_open() 102 if(oflag & O_CREAT) in curlx_win32_open() 108 result = _wopen(filename_w, oflag, pmode); in curlx_win32_open() 115 return (_open)(filename, oflag, pmode); in curlx_win32_open()
|
H A D | curl_setup.h | 478 int curlx_win32_open(const char *filename, int oflag, ...); 500 int curlx_win32_open(const char *filename, int oflag, ...);
|
Completed in 10 milliseconds