Home
last modified time | relevance | path

Searched defs:oldkey (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/sdl1/
H A Dpdckbd.c28 static SDLKey oldkey; variable
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_dictionary.cpp308 void CPDF_Dictionary::ReplaceKey(const ByteString& oldkey, in ReplaceKey()
/aosp_15_r20/external/python/cpython3/Modules/
D_functoolsmodule.c1089 PyObject *oldkey, *oldresult, *popresult; in bounded_lru_cache_wrapper() local
/aosp_15_r20/external/python/cpython3/Objects/
Ddictobject.c4308 PyObject *oldkey = PyTuple_GET_ITEM(result, 0); in dictiter_iternextitem() local
4442 PyObject *oldkey = PyTuple_GET_ITEM(result, 0); in dictreviter_iternext() local
/aosp_15_r20/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c917 u8 oldkey[16]; in rkh_derive_key() local
/aosp_15_r20/external/python/cpython2/Objects/
Ddictobject.c2791 PyObject *oldkey = PyTuple_GET_ITEM(result, 0); in dictiter_iternextitem() local
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c2906 TDB_DATA tdb_nextkey(struct tdb_context *tdb, TDB_DATA oldkey) in tdb_nextkey()