Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_sqlite/
Drow.c155 Py_ssize_t pysqlite_row_length(pysqlite_Row* self, PyObject* args, PyObject* kwargs) in pysqlite_row_length() function
216 /* mp_length */ (lenfunc)pysqlite_row_length,
222 /* sq_length */ (lenfunc)pysqlite_row_length,