Home
last modified time | relevance | path

Searched refs:maxrows (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.c954 int maxrows = self->arraysize; in pysqlite_cursor_fetchmany() local
957 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|i:fetchmany", kwlist, &maxrows)) { in pysqlite_cursor_fetchmany()
978 if (++counter == maxrows) { in pysqlite_cursor_fetchmany()