Lines Matching defs:first_idx
314 'first_idx' is -1 if 'first' is not an integer, otherwise
320 Py_ssize_t *first_idx, FieldNameIterator *rest,
348 *first_idx = get_integer(first);
349 if (*first_idx == -1 && PyErr_Occurred())
356 using_numeric_index = field_name_is_empty || *first_idx != -1;
383 *first_idx = (auto_number->an_field_number)++;
1248 Py_ssize_t first_idx;
1274 &first, &first_idx, &it->it_field, NULL))
1278 if (first_idx != -1)
1279 first_obj = PyLong_FromSsize_t(first_idx);