Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.h38 int arraysize; member
Dcursor.c105 self->arraysize = 1; in pysqlite_cursor_init()
954 int maxrows = self->arraysize; in pysqlite_cursor_fetchmany()
1070 {"arraysize", T_INT, offsetof(pysqlite_Cursor, arraysize), 0},