Lines Matching refs:startkey
329 PyObject *startkey; in lookdict() local
340 startkey = ep->me_key; in lookdict()
341 Py_INCREF(startkey); in lookdict()
342 cmp = PyObject_RichCompareBool(startkey, key, Py_EQ); in lookdict()
343 Py_DECREF(startkey); in lookdict()
346 if (ep0 == mp->ma_table && ep->me_key == startkey) { in lookdict()
372 startkey = ep->me_key; in lookdict()
373 Py_INCREF(startkey); in lookdict()
374 cmp = PyObject_RichCompareBool(startkey, key, Py_EQ); in lookdict()
375 Py_DECREF(startkey); in lookdict()
378 if (ep0 == mp->ma_table && ep->me_key == startkey) { in lookdict()