Lines Matching defs:temp1
4569 PyObject *temp1, *temp2;
4576 temp1 = new_delta(0, seconds, microseconds, 1);
4577 if (temp1 == NULL) {
4581 temp2 = delta_subtract(temp1, offset);
4582 Py_DECREF(temp1);
6017 PyObject *temp1, *temp2;
6027 temp1 = new_delta(days, seconds,
6030 if (temp1 == NULL) {
6034 temp2 = delta_subtract(temp1, offset);
6035 Py_DECREF(temp1);