Home
last modified time | relevance | path

Searched refs:SIZEOF_OFF_T (Results 1 – 6 of 6) sorted by relevance

/curl/lib/
H A Dcurl_setup.h476 #ifndef SIZEOF_OFF_T
479 # define SIZEOF_OFF_T 8 macro
483 # define SIZEOF_OFF_T 8 macro
487 # define SIZEOF_OFF_T 8 macro
491 # define SIZEOF_OFF_T 8 macro
494 # ifndef SIZEOF_OFF_T
495 # define SIZEOF_OFF_T 4 macro
H A Dconfig-win32.h434 # define SIZEOF_OFF_T 8 macro
436 # define SIZEOF_OFF_T 4 macro
H A Dconfig-plan9.h54 #define SIZEOF_OFF_T 8 macro
H A Dversion.c489 ( (SIZEOF_OFF_T > 4) || defined(USE_WIN32_LARGE_FILES) )
/curl/src/
H A Dtool_cb_see.c54 #if(SIZEOF_CURL_OFF_T > SIZEOF_OFF_T) && !defined(USE_WIN32_LARGE_FILES) in tool_seek_cb()
/curl/
H A DCMakeLists.txt1361 check_type_size("off_t" SIZEOF_OFF_T)
1622 ((SIZEOF_OFF_T GREATER 4) OR USE_WIN32_LARGE_FILES))

Completed in 22 milliseconds