Lines Matching refs:ival
68 Py_ssize_t ival = -1;
71 ival = PyLong_AsSsize_t(iobj);
74 if (ival == -1 && PyErr_Occurred()) {
77 maxsplit = ival;
219 Py_ssize_t ival = -1;
222 ival = PyLong_AsSsize_t(iobj);
225 if (ival == -1 && PyErr_Occurred()) {
228 maxsplit = ival;
505 Py_ssize_t ival = -1;
508 ival = PyLong_AsSsize_t(iobj);
511 if (ival == -1 && PyErr_Occurred()) {
514 count = ival;