Home
last modified time | relevance | path

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

12

/third_party/curl/lib/
Dconfig-mac.h80 #define SIZEOF_CURL_OFF_T 8 macro
82 #define SIZEOF_CURL_OFF_T 4 macro
Dconfig-amigaos.h67 #ifndef SIZEOF_CURL_OFF_T
68 #define SIZEOF_CURL_OFF_T 8 macro
Dsmb.h52 (SIZEOF_CURL_OFF_T > 4)
Dhttp_chunks.h38 #define CHUNK_MAXNUM_LEN (SIZEOF_CURL_OFF_T * 2)
Dconfig-dos.h83 #define SIZEOF_CURL_OFF_T 8 macro
Dconfig-plan9.h55 #define SIZEOF_CURL_OFF_T 4 /* curl_off_t = timediff_t = int */ macro
Dconfig-os400.h230 #define SIZEOF_CURL_OFF_T 8 macro
Dstrtoofft.c38 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG)
Dconfig-win32.h284 #define SIZEOF_CURL_OFF_T 8 macro
Dmprintf.c363 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG) in parsefmt()
393 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG) in parsefmt()
Dcurl_setup.h490 #if (SIZEOF_CURL_OFF_T < 8)
Dversion.c481 #if (SIZEOF_CURL_OFF_T > 4) && \
Dsendf.c532 #if SIZEOF_CURL_OFF_T > SIZEOF_SIZE_T in get_max_body_write_len()
Dsmb.c931 #if SIZEOF_TIME_T < SIZEOF_CURL_OFF_T in get_posix_time()
Durl.c1496 (SIZEOF_CURL_OFF_T > 4) in Curl_getn_scheme_handler()
1574 defined(USE_CURL_NTLM_CORE) && (SIZEOF_CURL_OFF_T > 4) in Curl_getn_scheme_handler()
Dcurl_config.h.in802 #undef SIZEOF_CURL_OFF_T
/third_party/curl/src/
Dtool_filetime.h34 (defined(_WIN32) && (SIZEOF_CURL_OFF_T >= 8))
Dtool_cb_see.c54 #if(SIZEOF_CURL_OFF_T > SIZEOF_OFF_T) && !defined(USE_WIN32_LARGE_FILES) in tool_seek_cb()
Dtool_cb_prg.c124 #if (SIZEOF_CURL_OFF_T < 8)
Dtool_paramhlp.c475 #if(SIZEOF_CURL_OFF_T > SIZEOF_LONG) in str2offset()
/third_party/curl/customized/include/
Dcurl_config_standard_http3.h928 #define SIZEOF_CURL_OFF_T 8 macro
Dcurl_config_standard.h927 #define SIZEOF_CURL_OFF_T 8 macro
Dcurl_config_liteos_a.h894 #define SIZEOF_CURL_OFF_T 8 macro
Dcurl_config_liteos_m.h948 #define SIZEOF_CURL_OFF_T 8 macro
/third_party/curl/
DCMakeLists.txt1296 check_type_size("curl_off_t" SIZEOF_CURL_OFF_T)
1318 if(${SIZEOF_CURL_OFF_T} GREATER "4")
1528 _add_if("Largefile" (SIZEOF_CURL_OFF_T GREATER 4) AND
1583 use_curl_ntlm_core AND (SIZEOF_CURL_OFF_T GREATER 4))
1585 use_curl_ntlm_core AND (SIZEOF_CURL_OFF_T GREATER 4))

12