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.h541 #ifndef SIZEOF_OFF_T
544 # define SIZEOF_OFF_T 8 macro
548 # define SIZEOF_OFF_T 8 macro
552 # define SIZEOF_OFF_T 8 macro
556 # define SIZEOF_OFF_T 8 macro
559 # ifndef SIZEOF_OFF_T
560 # define SIZEOF_OFF_T 4 macro
H A Dconfig-win32.h433 # define SIZEOF_OFF_T 8 macro
435 # define SIZEOF_OFF_T 4 macro
H A Dconfig-plan9.h53 #define SIZEOF_OFF_T 8 macro
H A Dversion.c512 ( (SIZEOF_OFF_T > 4) || defined(USE_WIN32_LARGE_FILES) )
/curl/src/
H A Dtool_cb_see.c52 #if(SIZEOF_CURL_OFF_T > SIZEOF_OFF_T) && !defined(USE_WIN32_LARGE_FILES) in tool_seek_cb()
/curl/
H A DCMakeLists.txt1682 check_type_size("off_t" SIZEOF_OFF_T)
1985 ((SIZEOF_OFF_T GREATER 4) OR USE_WIN32_LARGE_FILES))

Completed in 26 milliseconds