Home
last modified time | relevance | path

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

/external/curl/lib/
Dconfig-mac.h88 #define SIZEOF_CURL_OFF_T 8 macro
90 #define SIZEOF_CURL_OFF_T 4 macro
Dconfig-amigaos.h73 #ifndef SIZEOF_CURL_OFF_T
74 #define SIZEOF_CURL_OFF_T 8 macro
Dhttp_chunks.h34 #define CHUNK_MAXNUM_LEN (SIZEOF_CURL_OFF_T * 2)
Dconfig-dos.h85 #define SIZEOF_CURL_OFF_T 4 macro
Dconfig-plan9.h55 #define SIZEOF_CURL_OFF_T 4 /* curl_off_t = timediff_t = int */ macro
Dconfig-os400.h263 #define SIZEOF_CURL_OFF_T 8 macro
Dcurl_config.h798 #define SIZEOF_CURL_OFF_T 8 macro
Dstrtoofft.c38 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG)
Dsmb.h249 (SIZEOF_CURL_OFF_T > 4)
Dconfig-win32.h334 #define SIZEOF_CURL_OFF_T 8 macro
Dmprintf.c332 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG) in dprintf_Pass1()
361 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG) in dprintf_Pass1()
Dversion.c475 #if (SIZEOF_CURL_OFF_T > 4) && \
Dcurl_setup.h444 #if (SIZEOF_CURL_OFF_T < 8)
Dsmb.c742 #if SIZEOF_TIME_T < SIZEOF_CURL_OFF_T in get_posix_time()
Dcurl_config.h.in803 #undef SIZEOF_CURL_OFF_T
Durl.c253 (SIZEOF_CURL_OFF_T > 4)
/external/curl/src/
Dtool_filetime.h33 (defined(WIN32) && (SIZEOF_CURL_OFF_T >= 8))
Dtool_cb_see.c53 #if(SIZEOF_CURL_OFF_T > SIZEOF_OFF_T) && !defined(USE_WIN32_LARGE_FILES) in tool_seek_cb()
Dtool_cb_prg.c119 #if (SIZEOF_CURL_OFF_T < 8)
Dtool_paramhlp.c475 #if(SIZEOF_CURL_OFF_T > SIZEOF_LONG) in str2offset()
/external/curl/
DCMakeLists.txt1180 check_type_size("curl_off_t" SIZEOF_CURL_OFF_T)
1200 if(${SIZEOF_CURL_OFF_T} GREATER "4")
1438 _add_if("Largefile" (SIZEOF_CURL_OFF_T GREATER 4) AND
1498 use_curl_ntlm_core AND (SIZEOF_CURL_OFF_T GREATER 4))
1500 use_curl_ntlm_core AND (SIZEOF_CURL_OFF_T GREATER 4))
/external/tensorflow/third_party/
Dcurl.BUILD782 "# define SIZEOF_CURL_OFF_T 8",
/external/curl/tests/libtest/
Dlib557.c40 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG)