Lines Matching defs:off
583 * get off cheap if we're only one day out of range
3737 PyObject *off = NULL, *dst = NULL;
3751 off = datetime_utcoffset(dt, NULL);
3752 if (off == NULL)
3754 if (off == Py_None) {
3769 delta = (PyDateTime_Delta *)delta_subtract(off, dst);
3790 Py_DECREF(off);
3799 Py_XDECREF(off);
4489 * we get off cheap. Note that if they're both naive, offset1 ==
5925 * we get off cheap. Note that if they're both naive, offset1 ==