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

/external/python/cpython2/Modules/
H A Ddatetimemodule.c920 * returns None, call_dst returns 0 and sets *none to 1. If dst()
927 call_dst(PyObject *tzinfo, PyObject *tzinfoarg, int *none) function
2905 dst = call_dst(dt->tzinfo, (PyObject *)dt, &none);
2931 dst = call_dst(dt->tzinfo, result, &none);
4478 dstflag = call_dst(self->tzinfo, (PyObject *)self, &none);
/external/python/cpython3/Modules/
H A D_datetimemodule.c981 * returns None, call_dst returns 0 and sets *none to 1. If dst()
988 call_dst(PyObject *tzinfo, PyObject *tzinfoarg) function
3106 dst = call_dst(GET_DT_TZINFO(dt), result);
3640 return call_dst(GET_TIME_TZINFO(self), Py_None);
4504 return call_dst(GET_DT_TZINFO(self), self);
5254 dst = call_dst(self->tzinfo, (PyObject *)self);

Completed in 116 milliseconds