Searched refs:USE_WIN32_LARGE_FILES (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dconfig-win32ce.h398 # define USE_WIN32_LARGE_FILES macro
404 #if !defined(USE_WIN32_LARGE_FILES) && !defined(USE_WIN32_SMALL_FILES)
H A Dconfig-win32.h602 # define USE_WIN32_LARGE_FILES macro
608 #if defined(__MINGW32__) && !defined(USE_WIN32_LARGE_FILES)
609 # define USE_WIN32_LARGE_FILES macro
612 #if defined(__WATCOMC__) && !defined(USE_WIN32_LARGE_FILES)
613 # define USE_WIN32_LARGE_FILES macro
617 # undef USE_WIN32_LARGE_FILES macro
620 #if !defined(USE_WIN32_LARGE_FILES) && !defined(USE_WIN32_SMALL_FILES)
H A Dversion.c275 ( (SIZEOF_OFF_T > 4) || defined(USE_WIN32_LARGE_FILES) )
H A Dcurl_config.h.cmake897 #cmakedefine USE_WIN32_LARGE_FILES ${USE_WIN32_LARGE_FILES}
H A Dcurl_setup.h352 #ifdef USE_WIN32_LARGE_FILES
H A Dcurl_config.h.in986 #undef USE_WIN32_LARGE_FILES
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_cb_see.c51 #if(CURL_SIZEOF_CURL_OFF_T > SIZEOF_OFF_T) && !defined(USE_WIN32_LARGE_FILES)

Completed in 121 milliseconds