Home
last modified time | relevance | path

Searched refs:SIZEOF_CURL_OFF_T (Results 1 – 22 of 22) sorted by relevance

/curl/lib/
H A Dconfig-mac.h80 #define SIZEOF_CURL_OFF_T 8 macro
82 #define SIZEOF_CURL_OFF_T 4 macro
H A Dconfig-amigaos.h67 #ifndef SIZEOF_CURL_OFF_T
68 #define SIZEOF_CURL_OFF_T 8 macro
H A Dsmb.h53 (SIZEOF_CURL_OFF_T > 4)
H A Dhttp_chunks.h38 #define CHUNK_MAXNUM_LEN (SIZEOF_CURL_OFF_T * 2)
H A Dconfig-dos.h83 #define SIZEOF_CURL_OFF_T 8 macro
H A Dconfig-plan9.h54 #define SIZEOF_CURL_OFF_T 4 /* curl_off_t = timediff_t = int */ macro
H A Dconfig-os400.h224 #define SIZEOF_CURL_OFF_T 8 macro
H A Dstrtoofft.c38 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG)
H A Dconfig-win32.h287 #define SIZEOF_CURL_OFF_T 8 macro
H A Dcurl_setup.h564 #if (SIZEOF_CURL_OFF_T < 8)
572 #if (SIZEOF_CURL_OFF_T != 8)
H A Dmprintf.c354 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG) in parsefmt()
384 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG) in parsefmt()
H A Dversion.c511 #if (SIZEOF_CURL_OFF_T > 4) && \
H A Dsmb.c926 #if SIZEOF_TIME_T < SIZEOF_CURL_OFF_T in get_posix_time()
H A Dsendf.c218 #if SIZEOF_CURL_OFF_T > SIZEOF_SIZE_T in get_max_body_write_len()
H A Durl.c1451 (SIZEOF_CURL_OFF_T > 4) in Curl_getn_scheme_handler()
1529 defined(USE_CURL_NTLM_CORE) && (SIZEOF_CURL_OFF_T > 4) in Curl_getn_scheme_handler()
H A Dsetopt.c1735 #if SIZEOF_CURL_OFF_T > SIZEOF_SIZE_T in setopt_cptr()
/curl/src/
H A Dtool_filetime.h34 (defined(_WIN32) && (SIZEOF_CURL_OFF_T >= 8))
H A Dtool_cb_see.c52 #if(SIZEOF_CURL_OFF_T > SIZEOF_OFF_T) && !defined(USE_WIN32_LARGE_FILES) in tool_seek_cb()
H A Dtool_cb_prg.c114 #if (SIZEOF_CURL_OFF_T < 8)
H A Dtool_paramhlp.c510 #if(SIZEOF_CURL_OFF_T > SIZEOF_LONG) in str2offset()
/curl/
H A DCMakeLists.txt1697 check_type_size("curl_off_t" SIZEOF_CURL_OFF_T)
1950 _use_curl_ntlm_core AND (SIZEOF_CURL_OFF_T GREATER 4))
1952 _use_curl_ntlm_core AND (SIZEOF_CURL_OFF_T GREATER 4))
1984 _add_if("Largefile" (SIZEOF_CURL_OFF_T GREATER 4) AND
/curl/tests/libtest/
H A Dlib557.c49 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG)

Completed in 55 milliseconds