Searched refs:stop_ptr (Results 1 – 2 of 2) sorted by relevance
372 PyObject **start_ptr, PyObject **stop_ptr, in _PySlice_GetLongIndices() argument495 *stop_ptr = stop; in _PySlice_GetLongIndices()502 *start_ptr = *stop_ptr = *step_ptr = NULL; in _PySlice_GetLongIndices()
38 PyObject **start_ptr, PyObject **stop_ptr,