Home
last modified time | relevance | path

Searched refs:USE_WIN32_LARGE_FILES (Results 1 – 8 of 8) sorted by relevance

/external/curl/lib/
Dconfig-win32.h635 # define USE_WIN32_LARGE_FILES macro
641 #if defined(__MINGW32__) && !defined(USE_WIN32_LARGE_FILES)
642 # define USE_WIN32_LARGE_FILES macro
645 #if defined(__WATCOMC__) && !defined(USE_WIN32_LARGE_FILES)
646 # define USE_WIN32_LARGE_FILES macro
650 # undef USE_WIN32_LARGE_FILES
653 #if !defined(USE_WIN32_LARGE_FILES) && !defined(USE_WIN32_SMALL_FILES)
Dconfig-win32ce.h398 # define USE_WIN32_LARGE_FILES macro
404 #if !defined(USE_WIN32_LARGE_FILES) && !defined(USE_WIN32_SMALL_FILES)
Dversion.c309 ( (SIZEOF_OFF_T > 4) || defined(USE_WIN32_LARGE_FILES) )
Dcurl_setup.h361 #ifdef USE_WIN32_LARGE_FILES
Dcurl_config.h.cmake941 #cmakedefine USE_WIN32_LARGE_FILES 1
/external/curl/src/
Dtool_cb_see.c51 #if(CURL_SIZEOF_CURL_OFF_T > SIZEOF_OFF_T) && !defined(USE_WIN32_LARGE_FILES) in tool_seek_cb()
/external/curl/
Dacinclude.m43049 AC_DEFINE_UNQUOTED(USE_WIN32_LARGE_FILES, 1, definition
DCHANGES.02853 and want to use the WIN32 file API, must define USE_WIN32_LARGE_FILES or