OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIME_T_MIN
(Results
1 - 3
of
3
) sorted by null
/external/curl/lib/
curl_setup.h
440
# define
TIME_T_MIN
0
443
# define
TIME_T_MIN
INT_MIN
448
# define
TIME_T_MIN
0
451
# define
TIME_T_MIN
(-TIME_T_MAX - 1)
parsedate.c
495
*output =
TIME_T_MIN
;
515
*output =
TIME_T_MIN
;
smb.c
731
else if(timestamp <
TIME_T_MIN
)
732
*out =
TIME_T_MIN
;
Completed in 837 milliseconds