Home
last modified time | relevance | path

Searched refs:call_dst (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Ddatetimemodule.c927 call_dst(PyObject *tzinfo, PyObject *tzinfoarg, int *none) in call_dst() function
2910 dst = call_dst(dt->tzinfo, (PyObject *)dt, &none); in tzinfo_fromutc()
2936 dst = call_dst(dt->tzinfo, result, &none); in tzinfo_fromutc()
4481 dstflag = call_dst(self->tzinfo, (PyObject *)self, &none); in datetime_timetuple()
/external/python/cpython3/Modules/
D_datetimemodule.c1223 call_dst(PyObject *tzinfo, PyObject *tzinfoarg) in call_dst() function
3705 dst = call_dst(GET_DT_TZINFO(dt), result); in tzinfo_fromutc()
4272 return call_dst(GET_TIME_TZINFO(self), Py_None); in time_dst()
5354 return call_dst(GET_DT_TZINFO(self), self); in datetime_dst()
6115 dst = call_dst(self->tzinfo, (PyObject *)self); in datetime_timetuple()