Lines Matching refs:next_index
174 PyObject *next_index;
186 next_index = en->en_longindex;
187 assert(next_index != NULL);
188 stepped_up = PyNumber_Add(next_index, en->one);
199 PyTuple_SET_ITEM(result, 0, next_index);
212 Py_DECREF(next_index);
216 PyTuple_SET_ITEM(result, 0, next_index);
224 PyObject *next_index;
238 next_index = PyLong_FromSsize_t(en->en_index);
239 if (next_index == NULL) {
249 PyTuple_SET_ITEM(result, 0, next_index);
262 Py_DECREF(next_index);
266 PyTuple_SET_ITEM(result, 0, next_index);