Searched defs:old_key (Results 1 – 6 of 6) sorted by relevance
| /third_party/eudev/src/shared/ |
| D | hashmap.h | 236 static inline int ordered_hashmap_remove_and_put(OrderedHashmap *h, const void *old_key, const void… in ordered_hashmap_remove_and_put() 241 static inline int ordered_hashmap_remove_and_replace(OrderedHashmap *h, const void *old_key, const … in ordered_hashmap_remove_and_replace()
|
| D | hashmap.c | 1420 int hashmap_remove_and_put(Hashmap *h, const void *old_key, const void *new_key, void *value) { in hashmap_remove_and_put() 1447 int set_remove_and_put(Set *s, const void *old_key, const void *new_key) { in set_remove_and_put() 1473 int hashmap_remove_and_replace(Hashmap *h, const void *old_key, const void *new_key, void *value) { in hashmap_remove_and_replace()
|
| /third_party/nghttp2/lib/ |
| D | nghttp2_ksl.c | 599 void nghttp2_ksl_update_key(nghttp2_ksl *ksl, const nghttp2_ksl_key *old_key, in nghttp2_ksl_update_key()
|
| /third_party/node/deps/nghttp2/lib/ |
| D | nghttp2_ksl.c | 599 void nghttp2_ksl_update_key(nghttp2_ksl *ksl, const nghttp2_ksl_key *old_key, in nghttp2_ksl_update_key()
|
| /third_party/python/Objects/ |
| D | dictobject.c | 1602 PyObject *old_key; in delitem_common() local 1840 PyObject *old_value, *old_key; in _PyDict_Pop_KnownHash() local
|
| D | setobject.c | 314 PyObject *old_key; in set_discard_entry() local
|