Home
last modified time | relevance | path

Searched refs:SIZEOF_TIME_T (Results 1 – 25 of 30) sorted by relevance

12

/third_party/python/Include/
Dpymacconfig.h16 # undef SIZEOF_TIME_T
44 # define SIZEOF_TIME_T 8 macro
57 # define SIZEOF_TIME_T 4 macro
/third_party/python/PC/
Dpyconfig.h287 # define SIZEOF_TIME_T 8 macro
310 # define SIZEOF_TIME_T 8 macro
312 # define SIZEOF_TIME_T 4 macro
/third_party/curl/lib/
Dconfig-win32ce.h240 # define SIZEOF_TIME_T 8 macro
242 # define SIZEOF_TIME_T 4 macro
Dconfig-win32.h314 # define SIZEOF_TIME_T 8 macro
316 # define SIZEOF_TIME_T 4 macro
Dcurl_setup.h440 #ifndef SIZEOF_TIME_T
442 #define SIZEOF_TIME_T 4 macro
498 #if (SIZEOF_TIME_T == 4)
Dconfig-plan9.h57 #define SIZEOF_TIME_T 4 macro
Dparsedate.c521 #if (SIZEOF_TIME_T < 5) in parsedate()
Dcurl_ntlm_core.c461 #if SIZEOF_TIME_T > 4 in time2filetime()
Dsmb.c931 #if SIZEOF_TIME_T < SIZEOF_CURL_OFF_T in get_posix_time()
Dcurl_config.h.in823 #undef SIZEOF_TIME_T
/third_party/nghttp2/src/
Dtimegm.c48 #if SIZEOF_TIME_T == 4 in nghttp2_timegm()
81 #if SIZEOF_TIME_T == 4 in nghttp2_timegm_without_yday()
/third_party/node/deps/nghttp2/lib/includes/
Dconfig.h39 #define SIZEOF_TIME_T 8 macro
/third_party/nghttp2/
Dcmakeconfig.h.in26 #cmakedefine SIZEOF_TIME_T @SIZEOF_TIME_T@
DCMakeLists.txt315 check_type_size("time_t" SIZEOF_TIME_T)
/third_party/curl/tests/server/
Ddisabled.c100 #if (SIZEOF_TIME_T < 5)
/third_party/curl/tests/libtest/
Dlib517.c135 #if SIZEOF_TIME_T > 4
Dlib1915.c36 #if (SIZEOF_TIME_T < 5)
/third_party/node/deps/cares/config/cygwin/
Dares_config.h466 #define SIZEOF_TIME_T 4 macro
/third_party/curl/customized/include/
Dcurl_config_standard_http3.h949 #define SIZEOF_TIME_T 8 macro
Dcurl_config_standard.h948 #define SIZEOF_TIME_T 8 macro
Dcurl_config_liteos_a.h915 #define SIZEOF_TIME_T 4 macro
Dcurl_config_liteos_m.h969 #define SIZEOF_TIME_T 4 macro
/third_party/python/Python/
Dpytime.c73 #if SIZEOF_TIME_T == SIZEOF_LONG_LONG in _PyLong_AsTime_t()
93 #if SIZEOF_TIME_T == SIZEOF_LONG_LONG in _PyLong_FromTime_t()
1101 #if defined(_AIX) && (SIZEOF_TIME_T < 8) in _PyTime_localtime()
/third_party/python/Lib/test/
Dtest_time.py742 from _testcapi import SIZEOF_TIME_T
743 bits = SIZEOF_TIME_T * 8 - 1
/third_party/curl/lib/vssh/
Dlibssh.c2904 #if SIZEOF_TIME_T > 4 in sftp_quote_stat()

12