Home
last modified time | relevance | path

Searched defs:gmtoff (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dutil.cc312 auto gmtoff = tms.tm_gmtoff; in common_log_date() local
314 auto gmtoff = nghttp2_timegm(&tms) - t; in common_log_date() local
363 auto gmtoff = tms.tm_gmtoff; in iso8601_date() local
365 auto gmtoff = nghttp2_timegm(&tms) - sec; in iso8601_date() local
405 auto gmtoff = tms.tm_gmtoff; in iso8601_basic_date() local
407 auto gmtoff = nghttp2_timegm(&tms) - sec; in iso8601_basic_date() local
/third_party/python/Modules/
Dtimemodule.c416 , const char *zone, time_t gmtoff
534 time_t gmtoff; local
/third_party/icu/icu4c/source/tools/tzcode/
Dzic.c2023 const zic_t gmtoff) in stringrule()
2225 register zic_t gmtoff; in outzone() local
2708 addtype(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff, char *const abbr, const int isd… in addtype()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c2022 const zic_t gmtoff) in stringrule()
2224 register zic_t gmtoff; in outzone() local
2707 addtype(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff, char *const abbr, const int isd… in addtype()
/third_party/tzdata/
Dzdump.c822 gmtoff(struct tm const *a, ATTRIBUTE_MAYBE_UNUSED time_t *t, in gmtoff() function