Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcache.c219 PyObject* nextkey; in pysqlite_cache_display() local
235 nextkey = ptr->next->key; in pysqlite_cache_display()
237 nextkey = Py_None; in pysqlite_cache_display()
239 Py_INCREF(nextkey); in pysqlite_cache_display()
241 fmt_args = Py_BuildValue("OOO", prevkey, ptr->key, nextkey); in pysqlite_cache_display()
260 Py_DECREF(nextkey); in pysqlite_cache_display()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_gdbm.py31 key = self.g.nextkey(key)