HomeSort by relevance Sort by last modified time
    Searched refs:USE_WIN32_LARGE_FILES (Results 1 - 6 of 6) sorted by null

  /external/curl/lib/
config-win32ce.h 398 # define USE_WIN32_LARGE_FILES
404 #if !defined(USE_WIN32_LARGE_FILES) && !defined(USE_WIN32_SMALL_FILES)
config-win32.h 635 # define USE_WIN32_LARGE_FILES
641 #if defined(__MINGW32__) && !defined(USE_WIN32_LARGE_FILES)
642 # define USE_WIN32_LARGE_FILES
645 #if defined(__WATCOMC__) && !defined(USE_WIN32_LARGE_FILES)
646 # define USE_WIN32_LARGE_FILES
650 # undef USE_WIN32_LARGE_FILES
653 #if !defined(USE_WIN32_LARGE_FILES) && !defined(USE_WIN32_SMALL_FILES)
version.c 309 ( (SIZEOF_OFF_T > 4) || defined(USE_WIN32_LARGE_FILES) )
curl_setup.h 361 #ifdef USE_WIN32_LARGE_FILES
curl_config.h.cmake 946 #cmakedefine USE_WIN32_LARGE_FILES 1
  /external/curl/src/
tool_cb_see.c 51 #if(CURL_SIZEOF_CURL_OFF_T > SIZEOF_OFF_T) && !defined(USE_WIN32_LARGE_FILES)

Completed in 87 milliseconds