Lines Matching defs:dst
32 _ttinfo dst;
1079 // the utcoffset, dst and tzname functions does not depend on the specific
1386 return &(rule->dst);
1417 end -= rule->dst.utcoff_seconds;
1442 return &(rule->dst);
1451 * std offset[dst[offset],start[/time],end[/time]]
1453 * std and dst must be 3 or more characters long and must not contain a
1514 // If no offset follows dst, the alternative time is assumed to be one
1611 // and dst fields in this case shall not include the quoting
1930 if (build_ttinfo(dst_offset, rv.dst_diff, dst_abbr, &rv.dst)) {
1943 xdecref_ttinfo(&rv.dst);
1953 xdecref_ttinfo(&(tzrule->dst));
1969 * amount of the DST offset, but we need the amount for the dst() function.
1974 * bool(dt.dst()) will always match ttinfo.isdst.
2567 {"dst", (PyCFunction)zoneinfo_dst, METH_O,