Home
last modified time | relevance | path

Searched refs:SIZEOF_CURL_OFF_T (Results 1 - 24 of 24) sorted by relevance

/third_party/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.h52 (SIZEOF_CURL_OFF_T > 4)
58 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.h55 #define SIZEOF_CURL_OFF_T 4 /* curl_off_t = timediff_t = int */ macro
H A Dconfig-os400.h230 #define SIZEOF_CURL_OFF_T 8 macro
H A Dstrtoofft.c38 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG)
H A Dconfig-win32.h284 #define SIZEOF_CURL_OFF_T 8 macro
H A Dmprintf.c363 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG) in parsefmt()
393 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG) in parsefmt()
H A Dversion.c481 #if (SIZEOF_CURL_OFF_T > 4) && \
H A Dcurl_setup.h490 #if (SIZEOF_CURL_OFF_T < 8)
493 /* assume SIZEOF_CURL_OFF_T == 8 */
H A Dsendf.c532 #if SIZEOF_CURL_OFF_T > SIZEOF_SIZE_T in get_max_body_write_len()
H A Dsmb.c931 #if SIZEOF_TIME_T < SIZEOF_CURL_OFF_T in get_posix_time()
1203 SIZEOF_CURL_OFF_T > 4 */
H A 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()
/third_party/curl/src/
H A Dtool_filetime.h34 (defined(_WIN32) && (SIZEOF_CURL_OFF_T >= 8))
40 (defined(_WIN32) && (SIZEOF_CURL_OFF_T >= 8)) */
H A Dtool_cb_see.c54 #if(SIZEOF_CURL_OFF_T > SIZEOF_OFF_T) && !defined(USE_WIN32_LARGE_FILES) in tool_seek_cb()
H A Dtool_cb_prg.c124 #if (SIZEOF_CURL_OFF_T < 8)
127 /* assume SIZEOF_CURL_OFF_T == 8 */
H A Dtool_paramhlp.c475 #if(SIZEOF_CURL_OFF_T > SIZEOF_LONG) in str2offset()
/third_party/curl/customized/include/
H A Dcurl_config_liteos_m.h948 #define SIZEOF_CURL_OFF_T 8 macro
H A Dcurl_config_standard_http3.h928 #define SIZEOF_CURL_OFF_T 8 macro
H A Dcurl_config_standard.h927 #define SIZEOF_CURL_OFF_T 8 macro
H A Dcurl_config_liteos_a.h894 #define SIZEOF_CURL_OFF_T 8 macro
/third_party/curl/tests/libtest/
H A Dlib557.c42 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG)

Completed in 23 milliseconds