Home | History | Annotate | Download | only in Modules

Lines Matching defs:dstflag

1413 build_struct_time(int y, int m, int d, int hh, int mm, int ss, int dstflag)

1426 dstflag);
4473 int dstflag = -1;
4478 dstflag = call_dst(self->tzinfo, (PyObject *)self, &none);
4479 if (dstflag == -1 && PyErr_Occurred())
4483 dstflag = -1;
4484 else if (dstflag != 0)
4485 dstflag = 1;
4494 dstflag);