Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/
Drow.c209 static Py_hash_t pysqlite_row_hash(pysqlite_Row *self) in pysqlite_row_hash() function
240 {Py_tp_hash, pysqlite_row_hash},
/external/python/cpython2/Modules/_sqlite/
Drow.c191 static long pysqlite_row_hash(pysqlite_Row *self) in pysqlite_row_hash() function
250 (hashfunc)pysqlite_row_hash, /* tp_hash */