Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_filetime.c39 #if defined(WIN32) && (SIZEOF_CURL_OFF_T >= 8) in getfiletime()
90 (defined(WIN32) && (SIZEOF_CURL_OFF_T >= 8))
98 #if defined(WIN32) && (SIZEOF_CURL_OFF_T >= 8) in setfiletime()
Dtool_filetime.h29 (defined(WIN32) && (SIZEOF_CURL_OFF_T >= 8))
Dtool_cb_prg.c117 #if (SIZEOF_CURL_OFF_T == 4)
Dtool_paramhlp.c396 #if(SIZEOF_CURL_OFF_T > SIZEOF_LONG) in str2offset()
/external/curl/lib/
Dwarnless.c88 #if (SIZEOF_CURL_OFF_T == 2)
91 #elif (SIZEOF_CURL_OFF_T == 4)
94 #elif (SIZEOF_CURL_OFF_T == 8)
97 #elif (SIZEOF_CURL_OFF_T == 16)
113 #elif (SIZEOF_SIZE_T == SIZEOF_CURL_OFF_T)
Dconfig-dos.h93 #define SIZEOF_CURL_OFF_T 4 macro
Dcurl_setup.h154 #define CURL_SIZEOF_CURL_OFF_T SIZEOF_CURL_OFF_T
402 #if (SIZEOF_CURL_OFF_T == 4)
Dconfig-plan9.h54 #define SIZEOF_CURL_OFF_T 4 /* curl_off_t = timediff_t = int */ macro
Dstrtoofft.c36 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG)
Dcurl_config.h941 #define SIZEOF_CURL_OFF_T 8 macro
Dconfig-os400.h410 #define SIZEOF_CURL_OFF_T 8 macro
Dconfig-win32.h416 #define SIZEOF_CURL_OFF_T 8 macro
Dmprintf.c326 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG) in dprintf_Pass1()
355 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG) in dprintf_Pass1()
Dsmb.c729 #if SIZEOF_TIME_T < SIZEOF_CURL_OFF_T in get_posix_time()
Dcurl_config.h.in943 #undef SIZEOF_CURL_OFF_T
/external/curl/tests/libtest/
Dlib557.c38 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG)
1160 #if (SIZEOF_CURL_OFF_T == 2) in test_curl_off_t_formatting()
1203 #elif (SIZEOF_CURL_OFF_T == 4) in test_curl_off_t_formatting()
1270 #elif (SIZEOF_CURL_OFF_T == 8) in test_curl_off_t_formatting()
/external/tensorflow/third_party/
Dcurl.BUILD691 "# define SIZEOF_CURL_OFF_T 8",
/external/curl/
DCMakeLists.txt1130 check_type_size("curl_off_t" SIZEOF_CURL_OFF_T)