Lines Matching defs:tzinfo

989                  int second, int usecond, PyObject *tzinfo, int fold, PyTypeObject *type)  in new_datetime_ex2()
1023 int second, int usecond, PyObject *tzinfo, PyTypeObject *type) in new_datetime_ex()
1029 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo, fold) \ argument
1035 int second, int usecond, PyObject *tzinfo, in new_datetime_subclass_fold_ex()
1060 int second, int usecond, PyObject *tzinfo, in new_datetime_subclass_ex()
1070 PyObject *tzinfo, int fold, PyTypeObject *type) in new_time_ex2()
1101 PyObject *tzinfo, PyTypeObject *type) in new_time_ex()
1106 #define new_time(hh, mm, ss, us, tzinfo, fold) \ argument
1233 PyObject *tzinfo = NULL; in get_tzinfo_member() local
1251 call_tzinfo_method(PyObject *tzinfo, const char *name, PyObject *tzinfoarg) in call_tzinfo_method()
1297 call_utcoffset(PyObject *tzinfo, PyObject *tzinfoarg) in call_utcoffset()
1311 call_dst(PyObject *tzinfo, PyObject *tzinfoarg) in call_dst()
1323 call_tzname(PyObject *tzinfo, PyObject *tzinfoarg) in call_tzname()
1357 append_keyword_tzinfo(PyObject *repr, PyObject *tzinfo) in append_keyword_tzinfo()
1403 PyObject *tzinfo; in tzinfo_from_isoformat_results() local
1463 PyObject *tzinfo, PyObject *tzinfoarg) in format_utcoffset()
1513 PyObject *tzinfo = get_tzinfo_member(object); in make_Zreplacement() local
1638 PyObject *tzinfo = get_tzinfo_member(object); in wrap_strftime() local
4206 time_from_pickle(PyTypeObject *type, PyObject *state, PyObject *tzinfo) in time_from_pickle()
4246 PyObject *tzinfo = Py_None; in time_new() local
4604 PyObject *tzinfo = HASTZINFO(self) ? self->tzinfo : Py_None; in time_replace() local
4661 PyObject *tzinfo = tzinfo_from_isoformat_results(rv, tzoffset, in time_fromisoformat() local
4883 datetime_from_pickle(PyTypeObject *type, PyObject *state, PyObject *tzinfo) in datetime_from_pickle()
4927 PyObject *tzinfo = Py_None; in datetime_new() local
5032 PyObject *tzinfo) in datetime_from_timet_and_us()
5104 PyObject *tzinfo) in datetime_from_timestamp()
5121 datetime_best_possible(PyObject *cls, TM_FUNC f, PyObject *tzinfo) in datetime_best_possible()
5185 PyObject *tzinfo = Py_None; in datetime_fromtimestamp() local
5246 PyObject *tzinfo = NULL; in datetime_combine() local
5503 PyObject *tzinfo = tzinfo_from_isoformat_results(rv, tzoffset, tzusec); in datetime_fromisoformat() local
6060 PyObject *tzinfo = HASTZINFO(self) ? self->tzinfo : Py_None; in datetime_replace() local
6205 PyObject *tzinfo = Py_None; in datetime_astimezone() local
6441 PyObject *tzinfo; in datetime_utctimetuple() local