Lines Matching refs:startkey
82 PyObject *startkey; in set_lookkey() local
93 startkey = entry->key; in set_lookkey()
94 Py_INCREF(startkey); in set_lookkey()
95 cmp = PyObject_RichCompareBool(startkey, key, Py_EQ); in set_lookkey()
96 Py_DECREF(startkey); in set_lookkey()
99 if (table == so->table && entry->key == startkey) { in set_lookkey()
126 startkey = entry->key; in set_lookkey()
127 Py_INCREF(startkey); in set_lookkey()
128 cmp = PyObject_RichCompareBool(startkey, key, Py_EQ); in set_lookkey()
129 Py_DECREF(startkey); in set_lookkey()
132 if (table == so->table && entry->key == startkey) { in set_lookkey()