Searched refs:SIZEOF_CURL_OFF_T (Results 1 – 22 of 22) sorted by relevance
80 #define SIZEOF_CURL_OFF_T 8 macro82 #define SIZEOF_CURL_OFF_T 4 macro
67 #ifndef SIZEOF_CURL_OFF_T68 #define SIZEOF_CURL_OFF_T 8 macro
53 (SIZEOF_CURL_OFF_T > 4)
38 #define CHUNK_MAXNUM_LEN (SIZEOF_CURL_OFF_T * 2)
83 #define SIZEOF_CURL_OFF_T 8 macro
54 #define SIZEOF_CURL_OFF_T 4 /* curl_off_t = timediff_t = int */ macro
224 #define SIZEOF_CURL_OFF_T 8 macro
38 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG)
287 #define SIZEOF_CURL_OFF_T 8 macro
564 #if (SIZEOF_CURL_OFF_T < 8)572 #if (SIZEOF_CURL_OFF_T != 8)
354 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG) in parsefmt()384 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG) in parsefmt()
511 #if (SIZEOF_CURL_OFF_T > 4) && \
926 #if SIZEOF_TIME_T < SIZEOF_CURL_OFF_T in get_posix_time()
218 #if SIZEOF_CURL_OFF_T > SIZEOF_SIZE_T in get_max_body_write_len()
1451 (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()
1735 #if SIZEOF_CURL_OFF_T > SIZEOF_SIZE_T in setopt_cptr()
34 (defined(_WIN32) && (SIZEOF_CURL_OFF_T >= 8))
52 #if(SIZEOF_CURL_OFF_T > SIZEOF_OFF_T) && !defined(USE_WIN32_LARGE_FILES) in tool_seek_cb()
114 #if (SIZEOF_CURL_OFF_T < 8)
510 #if(SIZEOF_CURL_OFF_T > SIZEOF_LONG) in str2offset()
1697 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
49 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG)
Completed in 55 milliseconds