Home | History | Annotate | Download | only in Objects

Lines Matching defs:next_index

85     PyObject *next_index;

98 next_index = en->en_longindex;
99 assert(next_index != NULL);
100 stepped_up = PyNumber_Add(next_index, one);
112 Py_DECREF(next_index);
117 PyTuple_SET_ITEM(result, 0, next_index);
125 PyObject *next_index;
137 next_index = PyInt_FromSsize_t(en->en_index);
138 if (next_index == NULL) {
151 Py_DECREF(next_index);
156 PyTuple_SET_ITEM(result, 0, next_index);