Home | History | Annotate | Download | only in _sqlite

Lines Matching defs:maxrows

943     int maxrows = self->arraysize;
946 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|i:fetchmany", kwlist, &maxrows)) {
967 if (++counter == maxrows) {