Home
last modified time | relevance | path

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

/curl/lib/
H A Dconfig-win32ce.h240 # define SIZEOF_TIME_T 8 macro
242 # define SIZEOF_TIME_T 4 macro
H A Dconfig-win32.h314 # define SIZEOF_TIME_T 8 macro
316 # define SIZEOF_TIME_T 4 macro
H A Dconfig-plan9.h57 #define SIZEOF_TIME_T 4 macro
H A Dcurl_setup.h449 #ifndef SIZEOF_TIME_T
451 #define SIZEOF_TIME_T 4 macro
521 #if (SIZEOF_TIME_T == 4)
H A Dparsedate.c521 #if (SIZEOF_TIME_T < 5) in parsedate()
H A Dcurl_ntlm_core.c461 #if SIZEOF_TIME_T > 4 in time2filetime()
H A Dsmb.c933 #if SIZEOF_TIME_T < SIZEOF_CURL_OFF_T in get_posix_time()
/curl/tests/server/
H A Ddisabled.c101 #if (SIZEOF_TIME_T < 5)
/curl/tests/libtest/
H A Dlib517.c135 #if SIZEOF_TIME_T > 4
H A Dlib1915.c36 #if (SIZEOF_TIME_T < 5)
/curl/lib/vssh/
H A Dlibssh.c2907 #if SIZEOF_TIME_T > 4 in sftp_quote_stat()
H A Dlibssh2.c1787 #if SIZEOF_TIME_T > SIZEOF_LONG in ssh_statemach_act()
/curl/
H A DCMakeLists.txt1222 check_type_size("time_t" SIZEOF_TIME_T)

Completed in 53 milliseconds