Lines Matching defs:ttinfo
48 _ttinfo **trans_ttinfos; // References to the ttinfo for each transition
144 xdecref_ttinfo(_ttinfo *ttinfo);
533 // ttinfo applies immediately after the last transition, not between
792 xdecref_ttinfo(_ttinfo *ttinfo)
794 if (ttinfo != NULL) {
795 Py_XDECREF(ttinfo->utcoff);
796 Py_XDECREF(ttinfo->dstoff);
797 Py_XDECREF(ttinfo->tzname);
1017 // Build our mapping from transition to the ttinfo that applies
1067 // rule mimicking whatever ttinfo we've picked up, but it's possible
1393 /* Calculate the ttinfo and fold that applies for a _tzrule at an epoch time.
1967 * This is necessary because each C `ttinfo` only contains the UTC offset,
1974 * bool(dt.dst()) will always match ttinfo.isdst.
2132 /* Find the ttinfo rules that apply at a given local datetime. */